baruchvlz / resq

React Element Selector Query (RESQ) - Query React components and children by component name or HTML selector
MIT License
174 stars 27 forks source link

React 18 support? #87

Closed thediveo closed 1 year ago

thediveo commented 1 year ago

According to an issue reported on the downstream cypress-react-selector package https://github.com/abhinaba-ghosh/cypress-react-selector/issues/320#issuecomment-1126942851 there seems to be a problem with the latest 1.10.2 release of resq with React 18. The reason seems to be a change in react component/object key naming.

Can you please support React 18? Thank you very much!

thediveo commented 1 year ago

Thank you very much!