bsr203
bsr203
Hi. You need to run `npm install` on the main directory as well. examples package.json only has the additional dependencies. I would correct the instruction. so it would be like,...
I just tried, and it worked though. ``` git clone https://github.com/prometheusresearch/react-forms.git cd react-forms npm i cd examples npm i npm start ``` I am not sure whether anything to do...
Since you use, nvm, you could test it seperately though. But, I am not sure which dependency is not compatible with your node version.
may be something along the lines https://github.com/prometheusresearch/react-forms/issues/116 ?
this seems work. since `IndividualFieldset` is extending `Fieldset`, having a `Fieldset` inside the render method causes to apply double selector. Let me know if this below is the intended behavior....
Anyone like me who is looking for an update on this may found this repo and discussion useful https://github.com/flowtype/flow-typed/issues/4 Also https://github.com/marudor/flowInterfaces
Hi, from this thread https://github.com/babel/babel/issues/1337 found this https://github.com/speedskater/babel-plugin-rewire :-) thanks for your blog post. I am gonna try this.