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
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'
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:
The text was updated successfully, but these errors were encountered: