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
It seems to be trying to create something like the following code:
var custom-element = createElement( 'custom-element' );
Uncaught (in promise) Error: Unexpected token
at error (/rollup.browser.js:222)
at Module.error$1 [as error] (/rollup.browser.js:8059)
at tryParse (/rollup.browser.js:7762)
at new Module (/rollup.browser.js:7797)
at /rollup.browser.js:9547
The text was updated successfully, but these errors were encountered:
https://svelte.technology/repl?version=1.17.1&gist=6c5f1de11d08d968522b9f0da902725a
It seems to be trying to create something like the following code:
var custom-element = createElement( 'custom-element' );
The text was updated successfully, but these errors were encountered: