dmonad/lib0

Iframe issue in Brave browser with environment.js

LucasGenoud opened this issue · 7 comments

We don't directly use lib0 but we use YJS and we allow to integrate a page from our app in an iframe, the page in the iframe doesn't load because of this error:
image

It seems this issue only happens in brave browser

Interesting.. thanks for reporting. I will fix it.

I fixed this issue in 0.2.17. I wasn't able to reproduce this problem, so let me know if you still have problems.

FYI npm update should bump lib0 in your project.

Thank you very much,
Altough in the YJS's package.json it's specified that the latest minor version should be installed, NPM keeped installing the 0.2.16 instead of 0.2.17 so i've made a pull request to force the latest version in yjs

Does npm update not work for you?

It initially didn't update correctly but I've executed it again and it worked now... Also the initial issue seems to be fixed so thank you very much !

Awesome! NP