Oleksandr Danylchenko

Results 50 comments of Oleksandr Danylchenko

> @edmangimelli you're the best. That was helpful. Who keeps notes like that?? Attempting to good citizen in response... I'm circling back here to note what worked for me. >...

Still struggling with the `any => any` migrations

Thank you so much for picking this bug up!

Can be closed as https://github.com/rauldeheer/use-async-effect/pull/28 got merged 👌🏻

> check for the event.type inside your callback > If it is keyup, do your normal callback Unfortunately, on the `keyup` event isn't even reported into the `hotkeys` when it's...

> **What I expect**: If I set `target` in my `tsconfig.json`, `build.target` should follow that if `build.target` is undefined. > **What is actually happening**: `target` in `tsconfig.json` has no effect...

How can we support multiple `exports` expressions in the package.json? Because now we have only one bundle generated and we want to extract smth nested it becomes a bit annoing...

Actually... I found my own workaround for it! Firstly we need to say the Rollup to not bundle everything in one file, but preserve the structure of the modules: ```js...

The same issue started happening to me today! ``` The file does not exist at "/.../node_modules/.cache/storybook/1c3385a5d25e538d10b518b310c74d3ca2690b6aaffeadccd74da79736171f86/sb-vite/deps/chunk-V6X3MVQQ.js?v=17b33123" which is in the optimize deps directory. The dependency might be incompatible with the...