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
<my-appname="world"></my-app><scripttype="module" src="./MyApp.js"></script>
or
<my-appname="world"></my-app><scripttype="module">import'./MyApp.js'</script>
or
<scripttype="module">import'./MyApp.js'document.body.innerHTML='<my-app name="world">'</script>
All give the same error in: Chrome 71.0.3578.98 & Firefox 65 & Safari 12.0.3
VM569 MyApp.js:202 Uncaught TypeError: this._recompute is not a function
at HTMLElement._set (VM569 MyApp.js:202)
at HTMLElement.set (VM569 MyApp.js:183)
at HTMLElement.attributeChangedCallback (VM569 MyApp.js:64)
at VM569 MyApp.js:85
Component:
Compiled with
In use:
All give the same error in: Chrome 71.0.3578.98 & Firefox 65 & Safari 12.0.3
Actual generated code:
Expected (or at least working) code:
Related line of code:
svelte/src/compile/render-dom/index.ts
Line 322 in c0fb21d
(this bug blocks a proper answer for #2033)
The text was updated successfully, but these errors were encountered: