Builder not loading

Hey,

Since updating to the latest version of Pro, my builder is stuck in the loading animation and giving this console error:

app.react18.7.3.6.js?ver=7.3.6:129 Uncaught (in promise) TypeError: G6.default.createRoot is not a function
at mw (app.react18.7.3.6.js?ver=7.3.6:129:7599)
at w_e (app.react18.7.3.6.js?ver=7.3.6:129:10362)

I tried different pages, clearing the caches on site and in browser as well as trying other browsers.
Any ideas?

I would update WordPress if you can. If it is already updated I have a feeling a plugin might be loading in an older version of React. If that’s the case I think we might have to add the following to a child Theme to resolve this right now. I will see on our end how we can prevent this as well. Let us know if this helps!

Include our version of React

add_filter("cs_react_include_internal", '__return_true');

If the above does not work. Try this, but remove the above line.

add_filter("cs_react18", '__return_false');

It was bunny.net plugin, for connecting the CDN.
Odd as it’s worked with previous versions.
It’s a staging site so will leave it off for now and test when it’s built.
Thanks!

You are most welcome @RubberDuckers

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.