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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Anyone else face problems with
import 'plyr-react/plyr.css';
No error pops up on network, or console, or build, but no CSS is imported whatsoever. Meanwhile import 'plyr-react/dist/plyr.css'; worked fine.
The IDE has no problem finding import 'plyr-react/plyr.css'; I can see, click through to it, etc.
Code has other CSS imported and it works fine, it's only
plyr-react's CSS
it's not importing.Also tried:
import '../../../node_modules/plyr-react/plyr.css';
Any hints?
ps: atm I have solved it by copying the css onto its on file and importing that, which works but isn't ideal, of course.
Beta Was this translation helpful? Give feedback.
All reactions