Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [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.
- Loading branch information