T
TanStack14mo ago
deep-jade

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
broad-brown
broad-brown14mo 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?