Daniël Terwiel

Results 3 issues of Daniël Terwiel

I'm using modern-web's [polyfill-loader](https://github.com/modernweb-dev/web/blob/master/packages/polyfills-loader/package.json) to publish a few polyfills with my application. This polyfill-loader uses `regenerator-runtime` as a dependency. But I notice that this package is published in an unminified...

I'm running into an issue with the way useMutation is instantiated. I have a form where I need to make two separate calls, but the last call depends on the...

This change will ignore the check for peerDependencies of the root package. Only consumers of this package should be checked for this peerDependency, not the package itself. ## [peerDependencies](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#peerdependencies) >...