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 Aug 21, 2020. It is now read-only.
I upgraded my existing React project to use official React.PureComponent and hot reloading stopped working. I know it's "no maintenance intended", so I will be happy to submit a fix, but I need a simple pointer from you @gaearon. I think the fix would be good until RHL 3 lands. I am surprised nobody raised this issue so far, nobody upgrades to official React.PureComponent?
I digged into code a little and see that proxyReactComponents doesn't get components that derive from React.PureComponent, not sure why. Can you please point me to right direction?
The text was updated successfully, but these errors were encountered:
I upgraded my existing React project to use official
React.PureComponent
and hot reloading stopped working. I know it's "no maintenance intended", so I will be happy to submit a fix, but I need a simple pointer from you @gaearon. I think the fix would be good until RHL 3 lands. I am surprised nobody raised this issue so far, nobody upgrades to officialReact.PureComponent
?I digged into code a little and see that
proxyReactComponents
doesn't get components that derive fromReact.PureComponent
, not sure why. Can you please point me to right direction?The text was updated successfully, but these errors were encountered: