repl icon indicating copy to clipboard operation
repl copied to clipboard

Missing export from Reflection.js module

Open MaxWilson opened this issue 5 years ago • 2 comments

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'

MaxWilson avatar Jul 07 '20 18:07 MaxWilson

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'

davedawkins avatar Jul 08 '20 12:07 davedawkins

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

alfonsogarciacaro avatar Jul 08 '20 13:07 alfonsogarciacaro