-
Notifications
You must be signed in to change notification settings - Fork 269
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
defaultProps deprecation warning #523
Comments
I agree, and PRs are welcome! |
Can i work on this issue? |
That would be great @snehaljos! |
is this issue still open ? if yes I would like to contribute. |
hi @lokeshshinde08 I'm currently in the process of migrating our React components to TypeScript (done w/ Form, now onto FormBuilder and FormEdit cc: @PatrikTrefil) but thank you for the offer! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many components in this library use
defaultProps
, which causes a warning in newer versions of React. It is expected to replaced with JavaScript default parameters instead. (Detailed explanation)(Example in source code](https://github.com/formio/react/blob/c966dd1d93d1ee5b5610496e2578ebc9ce153eb6/src/components/FormEdit.jsx#L164C13-L164C13)
The text was updated successfully, but these errors were encountered: