purescript-parcel-example
purescript-parcel-example copied to clipboard
Page doesn't refresh when we use psc-0.12.0-20180901 package set.
So, actually recompilation works and Parcel's HMR works, but page doesn't refresh on module.hot.accept. I think this is related to changes in react-basic package from psc-0.12.0-20180901. To make it compilable I had to change Main.purs according to current react-basic (react ---> component ..).
So the issue is just that this is out of date?