Shiraz Esat
Shiraz Esat
Hi guys, is this the correct place to ask what support my team and I can give to get a React 17 adaptor over the line? We've considered React-Testing-Library but...
@ljharb excellent. Let's set up a call
Unfortunately I wasn't able to provide people and time
I'm currently using Enzyme, but we're in the process of moving some tests to Testing-library. If that helps, I'll update this thread
We got this working in Enzyme by adding the following mock: ``` Object.defineProperty(HTMLMediaElement.prototype, "muted", { set: () => {}, }); ```
I didn't have the issue when moving to 4.0.3, but saw the issue when going to 5.0.0 Just found a linked issue that relates to my issue: https://github.com/facebook/create-react-app/issues/11792
I have a similar issue when using fetch-mock - see https://github.com/storybookjs/storybook/issues/18702
Was this ever resolved, as I'm hitting the same issue? My version of node.js is v6.9.5, and arrows support has been available since v6.4.0 (according to https://node.green/)
Hi @brycesenz I'm no longer involved in the project where I first encountered this issue. @sorinpav is, though, and I'm not sure whether the test we used to have in...
I also see a similar problem. I'm also on Windows and I've tried the suggested fixes without any success. Are there any items worth logging that would help determine why...