reason-react-example
reason-react-example copied to clipboard
Examples don't work, I get a blank page.
Appears to be 404'ing on loading the assets as a file:// resource, but they definitely exist.
file:///Users/callen/work/reason-react-example/bundledOutputs/todomvc.js was among the failures for the TodoMVC page.
$ ls -alh bundledOutputs
total 2248
drwxr-xr-x 9 callen staff 288B Apr 22 20:51 .
drwxr-xr-x 15 callen staff 480B Apr 22 20:59 ..
-rw-r--r-- 1 callen staff 274K Apr 22 21:00 animation.js
-rw-r--r-- 1 callen staff 118K Apr 22 21:00 async.js
-rw-r--r-- 1 callen staff 173K Apr 22 21:00 fetch.js
-rw-r--r-- 1 callen staff 118K Apr 22 21:00 interop.js
-rw-r--r-- 1 callen staff 118K Apr 22 21:00 retainedProps.js
-rw-r--r-- 1 callen staff 118K Apr 22 21:00 simple.js
-rw-r--r-- 1 callen staff 189K Apr 22 21:00 todomvc.js
Seems to exist, not sure what's I might be doing wrong here.
Follow-up: seems to work in Chrome but not Safari. If anyone knows why, I'd like to understand it.
This perhaps? Not sure what anyone loading a site as a directory of HTML files is meant to do about this.