You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement related to a problem? Please describe.
10up eslint config is due to reasonable updates. Here's a work in progress list of things that needs to be updated:
require-default-props: .defaultProps is deprecated in React 19 and should be replaced with function default arguments. This rule needs to be updated to use default arguments instead of defaultProps.
Designs
No response
Describe alternatives you've considered
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
nicholasio
changed the title
Update eslint config
Revision to 10up eslint config
May 9, 2024
Is your enhancement related to a problem? Please describe.
10up eslint config is due to reasonable updates. Here's a work in progress list of things that needs to be updated:
.defaultProps
is deprecated in React 19 and should be replaced with function default arguments. This rule needs to be updated to use default arguments instead ofdefaultProps
.Designs
No response
Describe alternatives you've considered
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: