Hello, everyone! Following the docs: https://doc.babylonjs.com/resources/babylonjs_and_reactjs, I ported a simple Babylon project into React. The project was previously written in plain JavaScript using ES6 modules, and everything was working well. In React, everything(engine, scene, cam, light...) is working except asset loading, including .babylon files, textures and .env files. Details: 1. Using create-react-app, dependencies: "dependencies": { "babylon