Ability to disable suspense for certain queries
I only want <Suspense> to only be triggered on certain queries, is there no way to do this? The
suspense property in query options seems to be ignored and from what I can tell in the source code, nothing actually reads that property.