-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: tests #133
fix: tests #133
Conversation
To view this pull requests documentation preview, visit the following URL: docs.page/invertase/tanstack-query-firebase~133 Documentation is deployed and generated using docs.page. |
UseMutationOptions<TData, TError, void>, | ||
"mutationFn" | ||
>; | ||
|
||
export function useClearIndexedDbPersistenceMutation( | ||
firestore: Firestore, | ||
options?: FirestoreUseMutationOptions<void, FirestoreError> | ||
options?: UseFirestoreMutationOptions<void, FirestoreError> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
made this change so as to have a change in the react package so that react tests are triggered to run.
invertase/firebase-emulator-action
to v1.0.1