hoist-non-react-statics
hoist-non-react-statics copied to clipboard
Allow react version ^17
Currently the semver matches react v16 only, which introduces duplicated react-is
(v16 and v17).
https://github.com/facebook/prop-types/issues/354#issuecomment-1018074225 I'll share this one as well, since it's pretty much the same thing. What are we supposed to do?
Do we have any update on this? Any ETA or plans to suuport react17? Thanks!
Also support React 18, perhaps?
The official React documentation mentions this package, so it would be great if it supports React 18. https://reactjs.org/docs/higher-order-components.html#static-methods-must-be-copied-over
There seem to be a PR about this since last year with a trivial change (but perhaps that isn't the complete story)? #115
Thanks!