Cannot read property, inspector problem

Hello there, I tested the same source code three days ago. Today and yesterday I see the message:

TypeError: Cannot read property ‘Loader’ of undefined
at https://preview.babylonjs.com/inspector/babylon.inspector.bundle.js:1:729
at https://preview.babylonjs.com/inspector/babylon.inspector.bundle.js:1:768

Can you help me? Thanks.

Can you reproduce that? In the playground maybe?

Adding @sebavan FYI as this is suspicious

You should have https://preview.babylonjs.com/loaders/babylonjs.loaders.js before the inspector one in your script list.

I have declared:
https://preview.babylonjs.com/loaders/babylonjs.loaders.js
Like I said, it was working properly but last days I got error messages. Inspector is working but I see error message.

Yup as we added more tools, the loaders needs to be declared before the inspector to work :frowning: