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:
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:
This happens because Firefox does not yet support import maps and the respective polyfill can’t prevent this error from being logged.
Ah I see, and WebGPU failed unrelated to that (despite having it turned on in about:config).
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.