Cannot read properties of undefined (reading 'options')
Hello! I'm using Tanstack router with Vite, and I'm encountering the error
I tried adding
packages:
Attached a screenshot of the error from the Tanstack router.
Cannot read properties of undefined (reading 'options') after each code change during hmr update.I tried adding
stringifyParams, but it didn't help. Is this a bug, or am I doing something wrong?packages:
"vite": "^5.1.5","@tanstack/react-router": "^1.19.1",Attached a screenshot of the error from the Tanstack router.
