Can anyone help me with adding morphTargets using react-babylonjs?

I see. Looking at your code, it seems that you are calling getMeshByName right after the scene mounts, which means the model might not be loaded at that time. You should wait for the model itself to be loaded, I’m not sure if there’s a callback for that on react-babylon? @brianzinn