Hi Guys,
This is the error i get when i run the application
./node_modules/@babylonjs/inspector/dist/babylon.inspector.bundle.max.js 39094:59
Module parse failed: Unexpected token (39094:59)
File was processed with these loaders:
- ./node_modules/react-scripts/node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
| let width = this.props.width;
| let height = width / ratio | 1;
const engine = this.props.texture.getScene()?.getEngine();
|
| if (engine && height > engine.getCaps().maxTextureSize) {