Newer version of babel break the selector
olafura opened this issue · 3 comments
I'm having problems with:
"react-scripts": "^2.0.4"
I also tested it with using it where it's ejected create react app with this babel version:
"@babel/core": "^7.1.2"
It there any way of testing it when I'm in debug, otherwise I'm going to put a lot of console.log all over to try to figure this out ;)
Could you please describe which issues you encountered with ReactSelector
?
Since TestCafe uses its own babel version for compiling tests, ReactSelector
doesn't rely on a babel version from your project.
Do you have any issues while running TestCafe tests? Or when the app was built with updated babel
and react-script
it changed its structure, which made old React selectors invalid?
The following details would be useful:
- a minimal working example to reproduce this issue
- test code
- reactjs version
- any error messages you got by
react-script
,babel
,testcafe
etc.
I will close the issue because no activity has been encountered for a long time. Feel free to reopen the issue if the problem persists and you can provide an example to reproduce it.