Alex Kondratiuk

Results 5 issues of Alex Kondratiuk

## Environment | Name | Version | | ---- | ------- | | msw | 0.26.2 | | node | 15.9.0 | | OS | Ubuntu | ## Request handlers...

bug
needs:discussion
scope:node
api:graphql

Fixes problems with NPM peer dependencies, including future versions since this package is unmaintained. Fixes NPM errors when installing react@18 and react-redux@8 Fixes https://github.com/redux-form/redux-form/issues/4763

Thank you for this library! Using [Typescript Workers](https://threads.js.org/usage#typescript-workers-in-nodejs) with `"type": "module"` in `package.json` produces an error: ``` Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /home/alexk/code/threads-ts-node-esm-issue/src/worker.ts require() of ES...

Trying to use this library and setting `noUncheckedIndexedAccess` to `true` in `tsconfig.json` will result in compilation errors. I'm not sure why typescript keeps checking node_modules library when I have `skipLibCheck:...