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
`You cannot use the \`useSearchParams\` hook in a browser that does not `+
`support the URLSearchParams API. If you need to support Internet `+
`Explorer 11, we recommend you load a polyfill such as `+
`https://github.com/ungap/url-search-params\n\n`+
`If you're unsure how to load polyfills, we recommend you check out `+
`https://polyfill.io/v3/ which provides some recommendations about how `+
`to load polyfills only for users that need them, instead of for every `+
`user.`
);
Expected Behavior
Another recommendation in place of:
`If you're unsure how to load polyfills, we recommend you check out ` +
`https://polyfill.io/v3/ which provides some recommendations about how ` +
`to load polyfills only for users that need them, instead of for every ` +
`user.`
Actual Behavior
N/A
The text was updated successfully, but these errors were encountered:
This should be fixed by replacing the reference to polyfill.io with Cloudflare equivalent. Similiar fix has been implemented in thebuilder/react-intersection-observer#684
What version of React Router are you using?
main
Steps to Reproduce
In
useSearchParams()
impl we have:react-router/packages/react-router-dom/index.tsx
Lines 1463 to 1472 in 2f25789
Expected Behavior
Another recommendation in place of:
Actual Behavior
N/A
The text was updated successfully, but these errors were encountered: