Open martyall opened 7 years ago
I just noticed all the package-lock changes made it in, should I take them out?
That file should just be deleted actually. Would you mind?
done
Thanks! I plan to merge this as a breaking change along with updates for the latest react
package.
If I'm not mistaken, in React v16.x, there is no ability to create a component without an immediate, pure initial state - https://pursuit.purescript.org/packages/purescript-react/6.1.0/docs/React#t:ReactSpecRequired - ping @blinky3713
This pr is a breaking change that allows for effectful actions while retrieving initial state for the component.