-
Notifications
You must be signed in to change notification settings - Fork 893
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
TypeError: Object(...) is not a function when updating to v7.17.0 from v7.16.1 #3469
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Sorry! I think this is caused by us not publishing the In the meantime, please roll back if you can and sorry for the error. |
No problem. Already did to verify this was the culprit 👍 thanks for the speedy response! |
Just published 7.17.1 which includes the missing package. The release notes will be a little delayed. |
Thanks for publishing the update! For anyone else that is still having the error after upgrading to 7.17.1, I also had to delete the node_modules and reinstall dependencies. Worked like a charm after that. |
in my case it didn't work error is still their |
|
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
Steps to reproduce:
Happens when the application attempts to initialize with
firebase.initializeApp
Renovate auto-merged a version bump from 7.16.1 to 7.17.0 and this error started occurring. Everything was working before the version bump 👍
Relevant Code:
https://stackblitz.com/fork/firebase-issue-sandbox
Stack trace of error running locally (same error occurs in production)
The text was updated successfully, but these errors were encountered: