Merott Movahedi

Results 16 comments of Merott Movahedi

@spstratis I'm sure it can be figured out. It's a matter of finding the time to look into it and implement. In the meantime, I'm happy to receive PRs.

Considering that ngrx/effects isn't officially ready yet, I thought I'd try to stick with store-saga while trying to upgrade my app to Angular RC1. I'm upgrading an Ionic 2 app...

I ran into the same issue and realised we need to use LokiJS for web. It's [in the docs](https://watermelondb.dev/docs/Setup): > The above will work on React Native (iOS/Android) and NodeJS....

I need this too. The fix appears to be more involved than this, though. Specifically, it seems like we still need to detect a pinch gesture with JavaScript and return...

This workaround will preserve the redirect/callback URL: ```tsx import { signIn } from '@/auth' import { redirect } from 'next/navigation' export async function LoginButton() { return ( { 'use server'...