What I\'m doing wrong with nested cycles in React? I have searched information in Google and I didn\'t find anything suitable. Can you help me find, what I understand wrong?
I had similar problem and the reason was that I was using tag inside the React.js component and I rendered it to a page position that already had a open. Forms can't be nested. So you can get this error even if the HTML inside the component seems to be valid.