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
Warning: Container: Support for defaultProps will be removed from function components in a future major release.
Use JavaScript default parameters instead.
at Container
(webpack-internal:///(sc_client)/./node_modules/react-bulma-components/cjs/components/container/container.js:27:23)
Describe the bug
Causes:
Sure enough:
react-bulma-components/src/components/container/container.js
Line 39 in 82d13fc
And:
react-bulma-components/src/components/container/container.js
Line 7 in 82d13fc
Versions
react-bulma-components:
: 4.1.0react
: 18.2.0Additional context
https://github.com/reactjs/rfcs/blob/createlement-rfc/text/0000-create-element-changes.md#deprecate-defaultprops-on-function-components
77 files need patching. I can do it if maintainer will confirm this is still active and will get merged?
The text was updated successfully, but these errors were encountered: