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
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: