Hello and thank you for being a member of the community!
If you want to report a bug, please make sure to share a repro on the forum:
https://doc.babylonjs.com/divingDeeper/developWithBjs/forum
This is what I have tried till now
I started off with
import * as BABYLON from '@babylonjs/core'
import * as GUI from '@babylonjs/gui';
In my component
Works very well in development
I build the project
I get the below error
TypeError: n.getInputElement is not a function
. It seems to me that tree shaking is leaving some files which don’t what they are. And I have to include them. I dont know what they are.
I am specifically getting an error here
new BABYLON.Scene(engine)
Does engine has to be a class of abstractEngine
?
I would like to get help regarding this. Thanks