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
The value passed into the override encode function has already been converted to JSON and base64 encoded. I would have assume if you're creating an override then the value passed into the function would be the raw value.
Looks like a PR to address it was raised for Remix here:
If it was rewritten for React Router is there any path for getting it merged in? It would make working with external APIs significantly easier, and the behaviour just seems more correct.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The value passed into the override
encode
function has already been converted to JSON and base64 encoded. I would have assume if you're creating an override then the value passed into the function would be the raw value.Looks like a PR to address it was raised for Remix here:
remix-run/remix#10055
If it was rewritten for React Router is there any path for getting it merged in? It would make working with external APIs significantly easier, and the behaviour just seems more correct.
Beta Was this translation helpful? Give feedback.
All reactions