paf31 / purescript-thermite

A simple PureScript wrapper for React
MIT License
350 stars 55 forks source link

ReactDOM failed to load #81

Closed baig closed 7 years ago

baig commented 7 years ago

Opening the index.html file in the chromium browser throws the following error:

Uncaught TypeError: Cannot read property 'create' of undefined
    at PS.ReactDOM (index.js:2844)
    at index.js:2846
paf31 commented 7 years ago

Is this using PS 0.10.6? If so, it's probably due to a compiler bug which was fixed in the 0.10.7 release (which was released today).

baig commented 7 years ago

Yes. psc --version tells me it's 0.10.6

baig commented 7 years ago

works with 0.10.7