fable-compiler / repl

Fable online REPL
http://fable.io/repl
MIT License
64 stars 37 forks source link

Missing export from Reflection.js module #113

Open MaxWilson opened 4 years ago

MaxWilson commented 4 years ago

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'
davedawkins commented 4 years ago

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 commented 4 years ago

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