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
I am working on a hybrid redux/relay project using found-relay. some pages use redux and some use relay. getData is ignored in found-relay. how can I fetch my initial page data without getData for this redux-based route?
The text was updated successfully, but these errors were encountered:
We don't currently support getData for the Relay resolver. We'd be happy to look at a PR adding this, though. Alternatively, you can refer to the Relay docs for local state and go through there.
Hi,
I am working on a hybrid redux/relay project using found-relay. some pages use redux and some use relay. getData is ignored in found-relay. how can I fetch my initial page data without getData for this redux-based route?
The text was updated successfully, but these errors were encountered: