Open seidlr opened 1 year ago
Hi,
I also cannot get it to work. I wonder if the approach that @kolibril13 suggests in https://github.com/widgetti/ipyreact/issues/45#issuecomment-1774776552 might fix it. It could be that esmodule support is not well functioning in reactplayer in combination with solara. If you get it working that way, lets us know! Still very strange that it does work in voila and normal jupyter.
Regards,
Maarten
Thanks, I'll have a look. As mentioned the strange thing is that I got the same error as in solara with voila 0.4 but 0.5 somehow fixed it.
Yeah, that probably gives us a hint. It could be something with requirejs being present in solara and voila < 0.5.
I've created an interactive videoplayer using ipyreact and react-player. It works in
To reproduce
This results in the error:
Interestingly
voila < 0.5
gave the same error, but invoila >= 0.5
works.