Closed rpopovici closed 2 years ago
Doing this in fetch-cookie/package.json
apparently fixes the problem:
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./esm/index.d.ts",
"default": "./esm/index.js"
},
"require": {
"types": "./cjs/index.d.ts",
"default": "./cjs/index-wrapper.js"
}
}
},
Stole it from here https://github.com/uuidjs/uuid/pull/449
Thanks for reporting and finding the fix! Published with 2.1.0, let me know if it works for you =)
@valeriangalliat looks like it's working. Thanks!
I am getting this error with the latest version or react-native 0.69