react-widgets
react-widgets copied to clipboard
Deprecation of @types/classnames
Hello! I’m encountering a deprecation warning related to the @types/classnames package in [email protected] According the classnames package, it provides its own type definitions, so there is no longer a need for the @types/classnames dependency. However, react-widgets still lists this as a dependency, causing the following warning: npm WARN deprecated @types/[email protected]: This is a stub types definition. classnames provides its own type definitions, so you do not need this installed.
Steps to reproduce:
- Install the latest version of react/widgets.
- Remove node_modules and package-lock.json
- Install dependencies