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
1:22:26 PM [vite] warning:
node_modules/react-awesome-slider/src/styles.js
1 | import styles from './core/styles.scss';
| ^
2 |
3 | export default styles;
Default and named imports from CSS files are deprecated. Use the ?inline query instead. For example: import styles from './core/styles.scss?inline'
Plugin: vite:import-analysis
File: node_modules/react-awesome-slider/src/styles.js?inline
Perhaps it would make sense to change it?
The text was updated successfully, but these errors were encountered:
Vite now says its deprecated:
Perhaps it would make sense to change it?
The text was updated successfully, but these errors were encountered: