Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Icon): remove defaultProps in favour of default values
This was causing a warning in repositories with React version >= 18.3 since defaultProps will be removed from function components in a future major release (we could indeed check whether it is the case in React 19). Slack: https://skypicker.slack.com/archives/C7T7QG7M5/p1719574765630519
- Loading branch information