Scott McIntyre
Scott McIntyre
How much of that PR was to actively support React 18? My quick review didn't really show any code changes besides formatting updates, just the `package.json` updates.
Just thinking out loud but option (1) would be fairly straightforward to do in a backwards compatible way: * Have nested describe blocks create a scenario with those names appended...
This is probably not fixable without upgrading to webpack 5. webpack@4 depends on watchpack@1. Current version of watchpack is v2, which doesn't even have a chokidar dependency anymore.
The root cause seems to be due to this line: https://github.com/americanexpress/fetchye/blob/main/packages/fetchye/src/queryHelpers.js#L21 This has special handling for render count == 1. But the render count is not reset when the key...