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
That code's obviously foolish and silly - the goal is to do something with that initial, original value of "theValue" which, in this circumstance, leads to a ReferenceError
In this REPL:
https://svelte.dev/repl/0cf61fcb843c47b7a9ba4bd6d6a891f7?version=3.31.0
this code:
compiles into this code, where
currentData
declared afterfetch()
:And leads to an error `Cannot access 'currentData' before initialization'
The text was updated successfully, but these errors were encountered: