Skip to content
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

Next.js Conflicts with CSS, PropTypes. #182

Open
jsnavarroc opened this issue Jan 6, 2021 · 1 comment
Open

Next.js Conflicts with CSS, PropTypes. #182

jsnavarroc opened this issue Jan 6, 2021 · 1 comment

Comments

@jsnavarroc
Copy link

A solution was given for this problem
as we can see in the issue
roylee0704 / react-flexbox-grid # 173 (comment)
However, it keeps getting a warning when implementing the library in NextJS, this warning is the following

react-jsx-runtime.development.js:117 Warning: Failed prop type: Calling PropTypes validators directly is not supported by the prop-types package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types.

Which indicates that it is not a good solution for this problem, any other proposal?

@msaracevic
Copy link

Would also be nice to have example of how it should be included in next.js in documentation, some of us are locked into using it and it is fairly commonly used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants