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.
I have a transform that I use to make sure a component isn't rendering twice in under 200ms, Works fine with the regular React.Component but after switching to React.PureComponent suddenly no longer works. Any ideas?
The text was updated successfully, but these errors were encountered:
I have a transform that I use to make sure a component isn't rendering twice in under 200ms, Works fine with the regular
React.Component
but after switching toReact.PureComponent
suddenly no longer works. Any ideas?The text was updated successfully, but these errors were encountered: