You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I have a problem that I need to get data asynchronously, but I don't want to trigger suspense
(I want to render a list of search tips, but I don't control the entire component, so I can't wrap the tooltip itself in suspension, and the input rerender causes loss of focus)
In theory I should use .latest, but neither solid-query nor solid-router: createAsync (at least I haven't found a way to do it) give access to .latest
So is there any way to get data from resource but not trigger suspense?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I have a problem that I need to get data asynchronously, but I don't want to trigger suspense
(I want to render a list of search tips, but I don't control the entire component, so I can't wrap the tooltip itself in suspension, and the input rerender causes loss of focus)
In theory I should use .latest, but neither solid-query nor solid-router: createAsync (at least I haven't found a way to do it) give access to .latest
So is there any way to get data from resource but not trigger suspense?
Beta Was this translation helpful? Give feedback.
All reactions