Some examples broken in Firefox?

Some examples give me an error like the following in Firefox:

Uncaught TypeError: Error resolving module specifier “three”. Relative module specifiers must start with “./”, “../” or “/”.

This is one example, among others:

https://threejs.org/examples/#webgpu_skinning_points

This happens because Firefox does not yet support import maps and the respective polyfill can’t prevent this error from being logged.

1 Like

Ah I see, and WebGPU failed unrelated to that (despite having it turned on in about:config).

1 Like

Having this same issue on a three.js scene I have in webflow. Works in Chrome but on Firefox and Safari it produces this error.