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
Failed to compile.
ERROR in ./node_modules/@kaspersky/components/design-system/tokens/icons.js 7:31-61
Module not found: Error: Can't resolve '@kaspersky/icons/48' in 'C:\Users\user\WebProjects\notification-uif\node_modules\@kaspersky\components\design-system\tokens'
It can resolve by add to projects deps
"@kaspersky/icons": "2.3.0"
Expected:
Works without errors
The text was updated successfully, but these errors were encountered:
Condition:
Reproductions steps:
Create react app
yarn create react-app my-app --template typescript
Add Kaspersky components deps, (yarn)
"@kaspersky/components": "6.42.1",
Create component with Notification component:
Fact:
Got a lot of errors like:
It can resolve by add to projects deps
Expected:
Works without errors
The text was updated successfully, but these errors were encountered: