percyhanna / rquery

A testing utility that provides React tree traversal similar to jQuery
MIT License
56 stars 9 forks source link

Fix DOM matcher (React v15) #41

Closed percyhanna closed 8 years ago

percyhanna commented 8 years ago

The DOM matcher would incorrectly match Composite components that had the same root DOM node. To match the composite component, use its displayName.