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
We have a very similar set up to @ianstormtaylor's question in relay-tools/react-router-relay#58. How would you suggest we get the cookie information (or any other non-url related data) into the prepareParams method? As of right now, the second argument (not sure what to call it) in prepareParams seems to only return the following properties:
Placing the data we need within one of the properties above works, but we feel this may not be the best way to approach this. To begin with, none of those properties seem to have any reference to any data that is not extracted from the url/route. Is there something we're missing?
The text was updated successfully, but these errors were encountered:
We have a very similar set up to @ianstormtaylor's question in relay-tools/react-router-relay#58. How would you suggest we get the cookie information (or any other non-url related data) into the
prepareParams
method? As of right now, the second argument (not sure what to call it) inprepareParams
seems to only return the following properties:Placing the data we need within one of the properties above works, but we feel this may not be the best way to approach this. To begin with, none of those properties seem to have any reference to any data that is not extracted from the url/route. Is there something we're missing?
The text was updated successfully, but these errors were encountered: