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
The reference to data in oncreate should imply the existence of a global window.data function, which means that Svelte should call the actualdata function something else, like data$1.
Tip o' the hat to @bm-stschneider
The text was updated successfully, but these errors were encountered:
Huh interesting. I thought we'd gotten all these name collision issues sorted, but apparently not. Something like https://www.npmjs.com/package/acorn-globals might be useful if we don't already have a way to detect these.
REPL:
The reference to
data
inoncreate
should imply the existence of a globalwindow.data
function, which means that Svelte should call the actualdata
function something else, likedata$1
.Tip o' the hat to @bm-stschneider
The text was updated successfully, but these errors were encountered: