-
Notifications
You must be signed in to change notification settings - Fork 900
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
Issue with type UpdateData<T> from firebase/firestore #6105
Issue with type UpdateData<T> from firebase/firestore #6105
Comments
I have the same issue. |
Any updates on this issue? The current implementation of |
Hi everyone, sorry for the delay. I'll try to prioritize the investigation for this issue. |
Hi everyone, sorry for the wait and for the trouble. Do you currently have a workaround for this (e.g. using |
Hi @ehsannas. Thank you for check-in. Currently, we cover up some parts of data interfaces with |
Same. |
This is a duplicate of #5853. Please follow that issue for updates. |
This is fixed in the v10.0.0 release: https://firebase.google.com/support/release-notes/js#version_1000_-_july_6_2023 |
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
Steps to reproduce:
There is an issue with type
UpdateData<T>
imported fromfirebase/firestore
, which fails to properly parse object type when data is nested deeper than one level - i.e. it passesfoo.bar
but notfoo.bar.baz
. Given the data shape and ops in therelevant code
section, I get the following error on my IDE and also when I build my project:Relevant Code:
The text was updated successfully, but these errors were encountered: