DevExpress / testcafe-react-selectors

TestCafe selector extensions for React apps.
https://testcafe.io
MIT License
205 stars 43 forks source link

ReactSelector with HOC ? #157

Closed thiphariel closed 4 years ago

thiphariel commented 4 years ago

Hi,

I'm having trouble with HOC selection. Here is some of my component tree : image

As you can see, my "Board" component is wrap with 2 HOC (withRouter from react-router and connect from react-redux)

How to target it with ReactSelector ? Is that even possible ?

Thanks

aleks-pro commented 4 years ago

Hi @thiphariel ,

Thank you for your inquiry. This issue looks like a question that would be best asked on StackOverflow - an amazing platform for users to ask and answer questions.

We try to keep the GitHub issues tracker for bugs and feature requests only (see also: Contributing).

If you think that this issue is a bug, feel free to open a new issue, but please make sure to follow the bug template. Thank you in advance.