We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce070d2 commit cd1746eCopy full SHA for cd1746e
packages/react-native/Libraries/Blob/URL.js
@@ -53,7 +53,7 @@ if (
53
* ```
54
*/
55
56
-export {URLSearchParams} from 'react-native/Libraries/Blob/URLSearchParams';
+export {URLSearchParams} from './URLSearchParams';
57
58
function validateBaseUrl(url: string) {
59
// from this MIT-licensed gist: https://gist.github.com/dperini/729294
0 commit comments