You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.
Alright, this has been a common issue so I'm folding every other issue into this one single one.
Basically since in Babel 6 plugin visitors get merged, this plugin will always run before babel-plugin-transform-react-display-name, meaning that displayName will never get added because we've already changed the AST.
The fix here has to be inside of the displayName plugin so that it is forced to run before any other transforms.
I'm locking this issue because I don't want any unnecessary noise, I've already identified the problem.
The text was updated successfully, but these errors were encountered:
Repository owner
locked and limited conversation to collaborators
Dec 24, 2015
Alright, this has been a common issue so I'm folding every other issue into this one single one.
Basically since in Babel 6 plugin visitors get merged, this plugin will always run before
babel-plugin-transform-react-display-name
, meaning thatdisplayName
will never get added because we've already changed the AST.The fix here has to be inside of the
displayName
plugin so that it is forced to run before any other transforms.I'm locking this issue because I don't want any unnecessary noise, I've already identified the problem.
The text was updated successfully, but these errors were encountered: