Christopher Svanefalk
Christopher Svanefalk
> so that nobody mentions project maintainers They are pretty much in the same boat, so I don't see why you need separate tickets. Again, everything boils down to one...
Oh well, separate issues created. Developers - https://github.com/tip4commit/tip4commit/issues/154 Maintainers - https://github.com/tip4commit/tip4commit/issues/155
We have used this plugin on Cypress 10 without issue, the only change is that the setup steps that used to go in your `plugins.js` file now go under the...
Volvo Group Connected Solutions uses Immer in all our major React+Redux projects, for example https://volvoconnect.com
Which version of Chrome? Are you using the latest ChromeDriver?
@surfjedi but which version of the Chrome WebDriver?
I strongly second this as opt-in behaviour. @jeffposnick's argument as to why it works as it does is sound, but there are still _many_ edge cases where allowing parallel downloads...
@ljharb no, of course no one *needs* to switch to native ESM. However *if* they *want* to do so, they *need* to, as per the spec, use file extensions in...
Thanks @jaydenseric, I will check it out
Webpack does not transpile JS - Babel does. Have you tried using the Babel loader? https://webpack.js.org/loaders/babel-loader/