Creating an Auth Guard Function with Error Handling in Effect Typescript
trying to create a function that handles catching certain errors. e.g. an auth guard that catches some auth related errors
Struggling to ensure that the passed effect includes the session errors and has them not being handled yet.
Any ideas?
Struggling to ensure that the passed effect includes the session errors and has them not being handled yet.
Any ideas?
