Closed
Description
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 same
data-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:
Screenshot of the result
The blue element has nothing to do here
Metadata
Metadata
Assignees
Labels
No labels