Here is the complete error triggered:
No matching export in "node_modules/@babylonjs/core/FlowGraph/Blocks/Data/Math/flowGraphMathBlocks.js" for import "FlowGraphTransposeBlock"
It is triggered when importing babylon/tools:
import * as BABYLON from '@babylonjs/core';
import * as BABYLONLOADERS from '@babylonjs/loaders/glTF/';
I want to use loaders only for the XR controls so if I remove it I get a warning like
BJS - [19:32:47]: glTF / glb loader was not registered, using generic controller instead
BJS - [19:32:47]: Falling back to generic models
But it works.
Thank you in advance!