T
TanStack17mo ago
optimistic-gold

useAwaited / no fallback?

Hello, I'd like to access deferred loader data outside the render prop, but doing so (using useAwaited) prevents fallback from being rendered. Is this by design (limits utility of deferred data) and/or is there an alternate solution?
1 Reply
adverse-sapphire
adverse-sapphire17mo ago
Can you explain more where are you trying to access the data? I assume by outside a render prop you mean in the "component" part of a route?

Did you find this page helpful?