Closed justinwoo closed 8 years ago
:+1:
The current version of thermite/react
throws warnings with newer versions of React, like:
Warning: input is a void element tag and must not have `children` or use `props.dangerouslySetInnerHTML`. Check the render method of null.
Maybe this will fix it, if not then I'll fix this in purescript-react
.
Looks good! Sorry for the delay, I'll test this out later today and put out a release.
Thanks!
:beers:
introduces package.json to install react dependencies and make testing easier.
also shims CommonJS require() for purescript-react and react-dom.
effectively upgrades ps-thermite to react 0.14.x. please let me know if you don't want some of these changes, i can remove them as needed.