Issues with React Native (Expo) x Effect-RX x Schema module
Hey everyone.
Having a few issues with React Native (Expo) x Effect-RX x Schema module, been trying to fix for the last few hours:
1. When using Schema module from Effect. Error:
2. Also, i don't get why although i handled an error with
I'm still getting an error that crashes the app, which my backend returned, as user wasn't authed.
My
Having a few issues with React Native (Expo) x Effect-RX x Schema module, been trying to fix for the last few hours:
1. When using Schema module from Effect. Error:
Warning: TypeError: right operand of 'instanceof' is not an object I guess smth with metro bundling ??2. Also, i don't get why although i handled an error with
(sessionResult._tag === 'Failure') I'm still getting an error that crashes the app, which my backend returned, as user wasn't authed.
ERROR Warning: AuthServiceError: Invalid session data (data was null after parsing response)My
sessionQueryRx: has the following type:Rx.Rx<Result<SessionIdsSchema, AuthServiceError | HttpApiDecodeError | HttpClientError | ParseError | TimeoutException>>

