hex13 / atom-lupa

Atom extension which displays outline for JavaScript files
MIT License
41 stars 4 forks source link

same React key #13

Closed hex13 closed 8 years ago

hex13 commented 8 years ago

now is depending on loc: key={ entity.loc? entity.loc.start.line + ',' + entity.loc.start.column : i } sometimes however two entities can start at the same loc.start. They have the same React key, so only one is displayed.

It should display both entites even if they are same loc data.