Data loader called twice
What might be causing the data loader to be called twice during SSR in the solidjs example? For instance on the
React example does not seem to have this behavior.
/users route https://tanstack.com/start/latest/docs/framework/solid/examples/start-basicReact example does not seem to have this behavior.