-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Labels
Description
Describe the bug
Causes:
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)
Sure enough:
| Container.defaultProps = {}; |
And:
| const Container = ({ children, max, breakpoint, className, ...props }) => { |
Versions
react-bulma-components:: 4.1.0react: 18.2.0
Additional context
77 files need patching. I can do it if maintainer will confirm this is still active and will get merged?