-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prepareVariables + routing #235
Comments
Double checked the Relay source and debugged a little harder, and found out that |
I'm working on a related change that should address this.
|
I do notice an odd thing here where the variables passed in from a wrapper seem to clobber |
If you pass in params from the route using e.g.
then
prepareVariables
isn't called on the override parameters passed by the route (justinitialVariables
).It seems like we should probably run the override parameters through too, so that everything going into the fragment query goes through
prepareVariables
first.The text was updated successfully, but these errors were encountered: