You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!doctype dhtml>
<script>
import { state } from 'state'
</script>
Chrome works fine but Firefox gives: "Import maps are not allowed after a module load or preload has started."
And then: "Uncaught (in promise) TypeError: The specifier “state” was a bare specifier, but was not remapped to anything. Relative module specifiers must start with “./”, “../” or “/”. "
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I have following script in my html file:
Chrome works fine but Firefox gives: "Import maps are not allowed after a module load or preload has started."
And then: "Uncaught (in promise) TypeError: The specifier “state” was a bare specifier, but was not remapped to anything. Relative module specifiers must start with “./”, “../” or “/”. "
Does anyone know a solution to make Firefox work?
All reactions