I'm migrating over to the es modules approach since it's much cleaner than the loader. However I've run into an issue with FeatureFilter.
Solved! Go to Solution.
For anyone else encountering this, I had to specify the '.js' file extension for it to work. Not sure why.
Do you have a sample project to repro this with? I tried locally and not seeing this issue. I checked against the CDN as well and that works too.
Okay thanks. I can't share the code unfortunately so I'll dig a bit deeper. Must be something on my end.
For anyone else encountering this, I had to specify the '.js' file extension for it to work. Not sure why.