[go: up one dir, main page]

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

Missing export from Reflection.js module #113

Open
MaxWilson opened this issue Jul 7, 2020 · 2 comments
Open

Missing export from Reflection.js module #113

MaxWilson opened this issue Jul 7, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@MaxWilson
Copy link

When I try to run even the simplest of examples in the Fable REPL, such as the counter app, the UI comes up blank.

The underlying error Chrome dev console is some kind of import error:

Uncaught SyntaxError: The requested module '../../fable-library/Reflection.js' does not provide an export named 'obj_type'
@MangelMaxime MangelMaxime changed the title Fable REPL Elmish/Fulma samples produce blank UI Missing export from Reflection.js module Jul 8, 2020
@MangelMaxime MangelMaxime added the bug Something isn't working label Jul 8, 2020
@davedawkins
Copy link

My issue was closed as a duplicate (fair enough). Adding details I experienced into this issue. All seems related to #110 (?)

"Try Online" at https://fable.io/repl/ gives errors for Firefox and Chrome on Windows 10

Firefox 78.0.1 (64-bit)
Uncaught SyntaxError: import not found: option_type Fable.React.Props.js:2:81

Chrome Version 83.0.4103.116 (Official Build) (64-bit)
Uncaught SyntaxError: The requested module '../../fable-library/Reflection.js' does not provide an export named 'obj_type'

@alfonsogarciacaro
Copy link
Member

Seems fable-standalone wasn't updated for a while. It should be fixed now 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants