k88hudson / react-formation

Robust, testable forms with react in minutes
https://k88hudson.github.io/react-formation
33 stars 9 forks source link

Review context strategy #20

Open k88hudson opened 9 years ago

k88hudson commented 9 years ago

See https://gist.github.com/jimfb/0eb6e61f300a8c1b2ce7

k88hudson commented 9 years ago

It seems like the errors I was seeing only happens in react v0.13.1, so maybe setting the minimum version (or a warning) to upgrade to 0.13.3 will be enough for now.

I'm not sure what this will mean for 0.14.0 though... hm. Might have to consider moving to a component-only/mixin based structure, or some wrapper stuff in the CreateForm function.