Yama-Tomo

Results 7 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?