Help need with NME material

Hi,
I was feeling a bit hopeless, but this topic gave me an idea, and it seems I’ve identified the issue. It looks like it was a problem only on es6 (this is why in pg all good) and it appears that just importing

import { NodeMaterial } from "@babylonjs/core/Materials/Node/nodeMaterial";

is not enough. I also need to include

import "@babylonjs/core/Materials/Node/Blocks";

Otherwise, the error persists. I’m not sure whom to ping or contact to resolve the import issue at the package level, or at least to add this to the documentation, perhaps on the ES6 page.
@RaananW , @carolhmj
Thanks