Marcus Collier
Marcus Collier
With over a year and no releases and most issues closed automatically, I'm going to say this project is abandoned. :-/
Rather than using state, this seems to be a good case to use next's dynamic so it's using suspense: ``` const ReactPlayer = dynamic(() => import('react-player/file').then((ReactPlayer) => ReactPlayer), { ssr:...
> Getting the same error as well. Any update? > > Edit: Downgrading to 1.9.8 fixed it for now. This also worked for me.
Can confirm that this is possible, I've done a proof of concept for a project I'm working on. Will look at sharing the solution (or maybe a bonafide plugin!) if...
I came here to make the same ticket. Can you update the peer dependancies to relate to the required versions instead of 'latest' as even if this works in npm,...