Open nxfi777 opened 8 months ago
I'm also experiencing this--is this a KI? Is there a suggested workaround?
@nxfi777 Which react-player version you're using ?
@theashraf @dotlottie/react-player@1.6.18
@afsalz any updates on this?
I believe this is due to player-component
not shipping a source map, which in turn causes warnings to be emitted if you use create-react-app
(due to its webpack configuration). More information here: https://github.com/facebook/create-react-app/discussions/11278
I am trying to migrate to dotLottie in my ReactJS application.
Here are the logs when using the
@dotlottie/react-player
package withnpm
:I can see that for some reason, the
.pnpm
folder is referenced, but I am usingnpm
.Here is the component code:
I have tried deleting my
node_modules
folder and reinstalling, but to no avail.