You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to display a dropdown menu composed of ul, li and a (similar to the one from bootstrap).
A PluginList element is used to generate a dropdown menu from a store.
But the browser is not correctly parsing/outputting the HTML. Everytime I click on an item, I got the error: Uncaught Error: Invariant Violation: ReactMount: Two valid but unequal nodes with the samedata-reactid: .0.0.0.0.7.1.$=15:0.0.
This bug is probably related to #1400, but I can't find any solution 😓
I'using react 0.13.3 and I also tested with the latest master.
HTML DOM View:
View of the same tree in the React plugin for Chrome: