-
Notifications
You must be signed in to change notification settings - Fork 660
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 16 incompatibility #335
Comments
+1 |
1 similar comment
+1 |
In what ways is this incompatible? Very basic use is currently working for me in development/testing. Edit: I have since had to stop using helmet, since it had some infinite recursion issue, resulting in max call stack errors. I'm not sure if this is the problem being discussed here, so it would be nice if the ticket had some more details. Lifecycle methods are sufficient for now, but this is a really cool library that I'd like to use! |
@kimniche is there any update on this issue? Is this a bug at all? I'm using 16.2.0 and it works okay. |
We're getting an error that appears to be related to this issue, whilst working on a Gatsby site https://github.com/rladigital/rla-static-site. Interestingly the dependancies are all up to date, and if you yarn install using the current yarn.lock file (as of https://github.com/rladigital/rla-static-site/commit/29a493dcec6a02172b73d90fed9967d4c2fb6c08) it works fine. However when doing a yarn upgrade one of the packages there causes this error... `error There was an error compiling the html.js component for the development server. See our docs page on debugging HTML builds for help https://goo.gl/yL9lND 239 | }(_react2.default.Component), _class.propTypes = {
WebpackError:
|
This error that @kimniche is pointed to is because React moved the prop-types into it's own package instead of being in the react package. I see this is fixed in Helmet 5.0.3. The tricky bit for me what that this repo lists 5.0.0 as the current release version, but using that won't work after react 15.4.X So make sure you're above 5.0.3 |
I'm closing this because prop-types has been added in the latest release. Tag me if this is still an issue |
@jamsea I believe this is an issue because |
Thanks for an awesome plugin! Any chance this will be react-16-friendly soon?
The text was updated successfully, but these errors were encountered: