Olga Vorozheykina
Olga Vorozheykina
I had this issue while running Jest tests with my React project setup with `[email protected]`. Adding `identity-obj-proxy` as `devDependency` and adding the following to my Jest config resolved the issue...
This is a TS issue and it happens because in the absence of typing, your `flexDirection` is cast as `string` and it cannot be coerced into the string literal matching...
Currently experiencing this in my application. On logout, I get the CORS error and the following error in my console: ```{ "errorCode": undefined, "errorId": undefined, "errorLink": undefined, "errorSummary": undefined, "message":...