-
Notifications
You must be signed in to change notification settings - Fork 384
Open
Description
Hello! I’m encountering a deprecation warning related to the @types/classnames package in react-widgets@5.8.6 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/classnames@2.3.4: 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
Metadata
Metadata
Assignees
Labels
No labels