-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React Hook + Memo support #5
Comments
Actually, an update on this.. it seems the displayName is being stripped UNLESS I also add |
@brandon-pereira any chance i could get a full reproduction repo to play around with? |
@zach-aries example repo would be 🔥 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! Love the addon!
I'm getting a proptype warning when using with React hooks.
My component:
logs warning:
When I remove the
React.memo()
wrapper around my component, the warning goes away.I'm open to helping resolve the issue if needed. It seems to be like a prop warning (proptable is rendering fine) so maybe we can just make the prop type more generic?
The text was updated successfully, but these errors were encountered: