When using tanstack DB livequery on a local storage collection, I get an uncaught error in the browser console: "There was an error while hydrating but React was able to recover by instead client rendering from the nearest Suspense boundary...Caused by: Error: Missing getServerSnapshot,"
I'm getting this on both NextJS and Tanstack Start projects, even when the components using the livequery are wrapped in ClientOnly tags, and the function calling the livequery is wrapped in a createClientOnlyFn.
The behavior still functions as expected.
I'm assuming some kind of idiocy on my part, but has anyone got any suggestions where I could start looking?