CSS missing in CodeSandbox example
bradrice opened this issue · 2 comments
bradrice commented
The typescript example is missing the css dependency.
https://codesandbox.io/s/plyr-react-new-api-forked-cg08k?file=/src/App.tsx
realamirhe commented
Hey Brad,
In version 5.0.1 it was imported from the package name direct descendant.
```tsx
import "plyr-react/plyr.css";
```
But it must return to its normal import path in the latest release.
…On Wed, Jul 6, 2022 at 12:19 AM Brad Rice ***@***.***> wrote:
The typescript example is missing the css dependency.
https://codesandbox.io/s/plyr-react-new-api-forked-cg08k?file=/src/App.tsx
—
Reply to this email directly, view it on GitHub
<#890>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFT42NSGB7TVEGVFPB5RHC3VSSGTLANCNFSM52XJC5GA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
bradrice commented
Thanks