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.
When using React.createClass() and allowing babel to extract the displayName property you must ensure that babel-plugin-react-display-name is included before react-transform. See this github issue for more details.
Before react-transform
generates
(which includes the populated
displayName
).After react-transform
generates
(which does not have a
displayName
).Using this latter code, dev tools can't get a name for
Component
.Is this expected? Am I missing something? Thanks!
Versions
The text was updated successfully, but these errors were encountered: