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 line 11 let observable = timer.Elapsed
will generate JS code const observable = createEvent( ...
and get error in console SyntaxError: import not found: createEvent
And it seems unavailable to find any useful information about createEventin repo
The text was updated successfully, but these errors were encountered:
hmua
changed the title
It's trying to import createEvent while the code in Fable don't import it.
It's trying to import createEvent while the code in Fable don't import it.
Jul 22, 2019
[REPL]
The line 11
let observable = timer.Elapsed
will generate JS code
const observable = createEvent( ...
and get error in console
SyntaxError: import not found: createEvent
And it seems unavailable to find any useful information about
createEvent
in repoThe text was updated successfully, but these errors were encountered: