-
Notifications
You must be signed in to change notification settings - Fork 333
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
Default Props Warning #838
Comments
Yeh same, looks like a fairly easy fix, tempted to have a go at it myself but React isn't my primary work although to be fair, nobody is merging PRs at the moment anyway... :/ |
I have the same message on a Next.js project... |
I have the same warnings on Next.js 13 |
same warning on Next.js 13. better to go with a different component library? |
Any update on this? |
Same here on Next.js 14 - Console errors galore, but at least it works fine? |
any update on this? |
For now, the workaround I used is to apply the following patch onto the |
any update on this? |
The error message is flooding my console, what can be done to prevent/remove this? |
+1 |
1 similar comment
+1 |
Bug report 🐞
Version & Environment
geist-ui/core
: 2.3.8Expected Behaviour
The behavior I expect is no warning
Actual results (or Errors)
I got an error:
Additional Context
I think it would be better to switch to JavaScript default parameters instead since
defaultProps
is deprecated from React in function components.The text was updated successfully, but these errors were encountered: