Dmitriy Fuks

Results 25 issues of Dmitriy Fuks

I get an error when running `yarn cosmos`: ``` Error: react-cosmos-plugin tried to access glob ``` And: ``` Error: react-cosmos-plugin tried to access resolve-from ``` This is solved by adding...

Due to this issue, yarn 2-3 in pnp mode cannot resolve the dependency Workaround: fix with yarn.yml: ```yml packageExtensions: react-shadow@*: peerDependencies: styled-components: ^5.3.0 ```

### Expected Behaviour ts-loader works with yarn 3 + pnp + workspaces + typescript references ### Actual Behaviour Link: https://github.com/TypeStrong/ts-loader/issues/1145#issuecomment-1067891664 Fail: ### Location of a Minimal Repository that Demonstrates the...

The first request to localhost:3000 works correctly. But after modifying any of the files and rebuilding using webpack hmr, the page stops responding. The request stuck in the "pending" status...

help wanted

### Is your feature request related to a problem? Please describe. Some libraries like [ts-patch](https://github.com/nonara/ts-patch?tab=readme-ov-file#ts-patch) or [ttypescript](https://github.com/cevek/ttypescript?tab=readme-ov-file#ttypescript) provide the ability to write plugins for TypeScript, for example, to add custom...

Close: https://github.com/fi3ework/vite-plugin-checker/issues/290

### Reproduction example https://codesandbox.io/s/pensive-morning-5fttk8?file=/src/App.js ### Prerequisites 1. Render element 2. add `on paste` listener with `event.clipboardData?.getData('Text')` 3. call `userEvent.paste('hello')` ### Expected behavior `event.clipboardData?.getData('Text')` returned `hello` ### Actual behavior `event.clipboardData?.getData('Text')` returned...

bug

**What**: close https://github.com/testing-library/user-event/issues/1179 **Why**: Described in the issue. **How**: Described in the issue. **Checklist**: - [ ] Documentation - [x] Tests - [x] Ready to be merged

Bundle-require uses esbuild as peerDependencies, but esbuild is not explicitly listed in your plugin as dependencies or peerDependencies. ``` Error: bundle-require tried to access esbuild (a peer dependency) but it...