-
Notifications
You must be signed in to change notification settings - Fork 986
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
HOCs should consume props they use #98
Comments
Yeah, this has been discussed already in #95 and should be resolved soon. If you feel like getting your hands dirty, all PRs are welcome! |
- removed number of instance properties - removed unused method getHelperDimensions from props and class
#98 do not pass private props to wrapped …
This was addressed in #100, thank you! |
Hm, I don't think that consuming the |
- removed number of instance properties - removed unused method getHelperDimensions from props and class
clauderic#98 do not pass private props to wrapped …
The HOCs should consume the props they use internally and not hand them down to the wrapped components. Currently I need to sort out all internal props so that they do not end up as props on the elements I'm rendering.
The text was updated successfully, but these errors were encountered: