I got new error after update
on console.
on browser.
is there anyone who got same error?? I need a help 😦
5 Replies
dependent-tan•2mo ago
I'm getting this error too 😦 I've done the
customViteReactPlugin: true
stuff, but this error specifically occurs when updating from 1.128.3
to 1.129.0
.frozen-sapphire•2mo ago
@combab0 @Barry Michael Doyle
1.129.0 is just bugged right now
https://github.com/TanStack/router/issues/4729
GitHub
@tanstack/start-storage-context seem wrong bundled in client side c...
Which project does this relate to? Router, react-start Describe the bug New version update will cause a bug that node:async_hooks.AsyncLocalStorage is bundle in client side code. i have reproduce i...
frozen-sapphire•2mo ago
and the customVitePlugin warning has nothing to do with it
it's just that you now have to install the react vite plugin separately
frozen-sapphire•2mo ago

eager-peachOP•2mo ago
@notKamui thanks!