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
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.10.1...v2.0.0) (2024-03-03)
### chore
* removed default props from function components ([84a3302](84a3302))
### BREAKING CHANGES
* defaultProps have been removed from all function components.
It should be backward compatible, but it's safer to release the major version.
The default props of some internal class components have also been rewritten.
Bumped react and react-dom to 18.2.0 in devDependencies.