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!
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
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's
rendermethod, 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