Dexie/localStorage not working at all
Hello,
Currently I'm migrating my Next.JS application to Tanstack Start.
I use Dexie and localStorage very heavily and it isn't really working as expected. Dexie and localstorage reads are coming back as undefined.
Here is an example component where it isn't working...
This is a helper function/component to initialize a payment device -- really the logic is not what I'm concerned about, but it is not actually reading any data (even though it exists in the local dexie database)
This component is rendered in the
I do have SPA mode on.
Currently I'm migrating my Next.JS application to Tanstack Start.
I use Dexie and localStorage very heavily and it isn't really working as expected. Dexie and localstorage reads are coming back as undefined.
Here is an example component where it isn't working...
This is a helper function/component to initialize a payment device -- really the logic is not what I'm concerned about, but it is not actually reading any data (even though it exists in the local dexie database)
This component is rendered in the
__root.tsx fileI do have SPA mode on.