blackjk3 / react-form-builder

A complete react form builder that interfaces with a json endpoint to load and save generated forms. The toolbox contains 16 items for gathering data. Everything from star ratings to signature boxes!
MIT License
648 stars 521 forks source link

Form Generator Not Showing #29

Open pankanis-rushikesh opened 6 years ago

pankanis-rushikesh commented 6 years ago

I am getting this error when I try to render a basic form generator in my existing app. Uncaught Error: addComponentAsRefTo(...): Only a ReactOwner can have refs. You might be adding a ref to a component that was not created inside a component'srendermethod, or you have multiple copies of React loaded

My existing app uses react 15.6.1. When I tried demo it works but in existing app i want to integrate then it gives me this error