We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like the inject(NgZone) added here on #3586 are causing these issues for compat:
inject(NgZone)
Here are the lines in the repo: https://github.com/angular/angularfire/blame/main/src/compat/firestore/firestore.ts#L200 https://github.com/angular/angularfire/blame/main/src/compat/firestore/firestore.ts#L230
The text was updated successfully, but these errors were encountered:
This issue does not seem to follow the issue template. Make sure you provide all the required information.
Sorry, something went wrong.
Pushed a PR proposing the fix.
I'm having the same problem with the latest version, did u get the fix?
I pushed a PR with possible fix here #3595
No branches or pull requests
Looks like the
inject(NgZone)
added here on #3586 are causing these issues for compat:Here are the lines in the repo:
https://github.com/angular/angularfire/blame/main/src/compat/firestore/firestore.ts#L200
https://github.com/angular/angularfire/blame/main/src/compat/firestore/firestore.ts#L230
The text was updated successfully, but these errors were encountered: