Inspector outputs React warnings

Hello community!

This is not a bug but more like an improvement. I’ve noticed that even the latest version of Inspector outputs React warnings into the console

The issue is not with the inspector itself but with a bundled dependency re-resizable. This issue is fixed in re-resizable >6.0.0. There is no issue in babylon.inspector.bundle.js but it is not automatically picked up by js bundlers like webpack, vite, etc.

To reproduce GitHub - Vlad160/babylon-inspector-demo

3 Likes

Will be taken care of, thanks for the heads up

2 Likes

Update dependencies (Re-Resizable and others) by RaananW · Pull Request #15301 · BabylonJS/Babylon.js (github.com)

3 Likes