Replies: 1 comment 1 reply
-
The This isn't really a problem, especially if you've set up the correct fallback ( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As far as I can tell, even though a route definition might have a
validateSearch
option assigned to it, theLink
component will still generate hrefs which will fail validation. I'm not exactly sure if this is a design decision or an oversight, but my expectation would be that the component will generate a valid href instead of a potentially invalid one.The behavior in question is being tested here:
router/packages/react-router/tests/link.test.tsx
Line 422 in 6979e62
However, I believe it should rather just be
Beta Was this translation helpful? Give feedback.
All reactions