Sean Cassiere
Sean Cassiere
Retested the reproduction using 1.52.0 and this issue has been fixed. https://codesandbox.io/p/devbox/preload-forked-ygvgjq
I generally don't really bother with bumping the version in the `package.json`. So, I use this `postbuild` script that automatically generates the `meta.json` file by appending the *git commit hash*...
Put this in the website maintainer's channel since this has to do with Orama search and the actual Router docs themselves.
@maksymskuibida its a private Discord channel for maintainers of the Tanstack Website.
Need a minimal reproduction with the steps required to trigger the behavior you described. You can create a reproduction using the [Router file-based stackblitz starter](https://stackblitz.com/github/tanstack/router/tree/main/examples/react/quickstart-file-based).
This is an issue with HMR (hot-module-reloading) both with and without codesplitting. The only scenario I wasn't able to reproduce this bug was using the `experimental.enableCodeSplitting` flag. This has probably...
Closing this since the fix for this was implemented. Any residual stuff here is related to HMR with how the plugin works, which Tanner is dealing with for Start.
Need a minimal reproduction with the steps required to trigger the behavior you described.
@maksymskuibida any luck with a reproduction? please try it with [1.33.6](https://github.com/TanStack/router/releases/tag/v1.33.6).