Yama-Tomo

Results 13 comments of Yama-Tomo

I think we need to have a custom router and execute useTransition in the callback of `history.listen` I have created a [sample repository](https://github.com/Yama-Tomo/concurrent-react-router-playground)

yes. The repository for reproduction uses version 4.2.3

Looks like you are right, it was fixed in #3464. However, the code published in npm doesn't seem to have it added :thinking: (I patched it to 4.2.3 and it...

I think this issue should be fixed. I faced a problem when using vuetify and nuxt.js. ### how to reproduction - clone the reproduction repo: https://github.com/Yama-Tomo/vue-style-loader-css-order-sandbox - run `yarn &&...

Same issue. The memory usage of the build increased 2.3 times compared to before the upgrade to CRA v4. My workaround is the following. ```js // .storybook/main.js webpackFinal: (config) =>...

Same issue. I think [this rewrite](https://github.com/percy/cli/blob/4a6368c869ff961e0d958512e98913e4418884b1/packages/dom/src/utils.js#L44-L46) needs to be configurable.

@shantanuk-browserstack any update?

Same issue. Fail to build on CI due to huge memory usage. I think it's probably due to `EslintWebpackPlugin` my workaround is following - use react-app-rewired - remove `EslintWebpackPlugin` from...

@ianschmitz Same issue in 4.0.1. Maybe this issue might helpful. https://github.com/webpack-contrib/eslint-webpack-plugin/issues/50#issuecomment-732376285

I created a vite-plugin that transforms using Typescript. It seems to be working fine. https://gist.github.com/Yama-Tomo/c51f87511e1e3cf101f2f5eb02cfb591