Do tracked properties still work when using useSuspenseQuery?
From the React Query docs:
By default, access to properties will be tracked, and the component will only re-render when one of the tracked properties change.By default, access to properties will be tracked, and the component will only re-render when one of the tracked properties change.