-
Notifications
You must be signed in to change notification settings - Fork 928
Webstorm doesn't recognize imports: has no exported member #4381
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
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
That's weird. Can you try to do a clean install - delete |
@Feiyang1 So I deleted Now I get this: I will try to create a brand new project and see if it happens there. I might be getting old firebase from another dependency. |
Great. It does look like you have multiple versions of Firebase. Yeah, the old firebase can't be used with the new one side by side, so make sure you are not pulling the old firebase in the project. |
Hello, I am trying to work on my |
The functions from
|
Thank you @hsubox76. That's very helpful to know. I am not sure if there would be a good way to distinguish it in the names like may be firebase/functions-client. Regardless your comment above is really helpful! |
Another error below that occurs from this import:
|
I was able to move forward by using Now I can't find: firebase.messaging.isSupported? |
@zwu52 I don't see |
Yes probably should be added. Seems |
@zwu52 Seems like we are saying that |
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
Steps to reproduce:
Import dependencies into a Typescript file and you would notice imports not being recognized:
Relevant Code:
The text was updated successfully, but these errors were encountered: