Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It's trying to import createEvent while the code in Fable don't import it. #1863

Closed
hmua opened this issue Jul 22, 2019 · 1 comment
Closed

Comments

@hmua
Copy link

hmua commented 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 repo

@hmua 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
@alfonsogarciacaro
Copy link
Member

Thanks for reporting! The REPL should be fixed now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants