-
Notifications
You must be signed in to change notification settings - Fork 44
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
Could not Find Declaration File #100
Comments
Is this REPO still maintained? This is is a huge problem that makes this package unusable! J |
this lib does not work with angular v18 nor @angular/fire v18. mainly the problem resides in rxfire lib. |
I also noticed the typings were having issues and filed a bug on angular/fire here. After investigating further, it appears the @davideast could you publish another release for this? |
Is there anything that could be done to get v6.0.6 released? This is blocking Angular v18 upgrades. For now, I'm using the 6.0.6-canary.5cfad21 version, which doesn't seem ideal. |
I made it to work by changing "moduleResolution" from "bundler" to "node" in tsconfig.json file. The problem seems to go away. And typing are working |
v6.1 released |
It doesn't seem to work in Typescript. I installed it and imported it via:
I get this:
The typing is corrupt.
Thanks,
J
The text was updated successfully, but these errors were encountered: