Problems with the node material editor inside babylon.js sandbox

Hi everyone. I don’t know if this is the right place to talk about this issue, but since the last update 4 days ago, the node material editor inside the Babylon.js Sandbox just broke for me.
On the day of the update, I just couldn’t edit any node material inside sandbox, I would just receive a error message. I don’t have the whole error message I received at that time, just some of it:

Uncaught (in promise) TypeError: can’t access property “Show”, this.BJSNODEMATERIALEDITOR.NodeEditor is undefined _createNodeEditor nodeMaterial.ts:1988

Today, when I click to edit a node material It actually opens something, but this is how it’s looking:

I’ve tried on multiple different browsers, PC’s, on a new sandbox scene with nothing on it, but the same issue keeps happening.
Thanks in advance. I apologize if this forum is not the appropriate place for this type of post, it’s just that I’ve been unable to solve this issue and would really appreciate some help.

cc @ryantrem

I suspect this is related to some recent bundling changes and will have a closer look and report back.

This seems to be a caching issue we only have with the sandbox because of the service worker. Can you try again and let me know if it was resolved?

It’s working now, thank you very much for the quick fix!