Hello guys, I have an issue with a widget I embedded on my Bubble body, it’s a widget written in React, but when I embed it via </.script>, my Bubble page stops rendering, but the widget renders fine.

Cause you’re likely hijacking Bubble’s run.js and etc…

You can’t just load react elements inside. You must compile it first to raw JS.

Hy, thanks for the reply, but the React code is production grade, I have compiled it already.