error in the editor:
at exec:
Argument of type ‘BABYLON.Scene’ is not assignable to parameter of type ‘import(“babylonjs/scene”).Scene’.
Types of property ‘_inputManager’ are incompatible.
Type ‘BABYLON.InputManager’ is not assignable to type ‘import(“babylonjs/Inputs/scene.inputManager”).InputManager’.
Types have separate declarations of a private property ‘_alreadyAttached’.ts(2345)
“babylonjs”: “5.28.0”,
“babylonjs-gui”: “5.28.0”
Thanks
solved all with this: