Hello, I'm trying to implement password recovery in an app using the steps shown here:
https://github.com/ory/kratos-selfservice-ui-react-native/blob/master/src/components/Routes/Recovery.tsx
I removed the collectRecoveryActions and handleContinueWith functions.
I'm testing it but it always gives the error [RequiredError: Required parameter flow was null or undefined when calling updateRecoveryFlow.]. Why is this happening?