-
Notifications
You must be signed in to change notification settings - Fork 937
alpha: Module '"../../app-types"' has no exported member '_FirebaseService'. #4505
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. |
Missed |
No rush when it comes to me. Thx for the feedack, will of course continue testing alpha as soon as this will be published, happy to help. |
Similar to #4392. We need to hide our internal typings. |
I actually don't understand what makes stencil care about the internal typings. I tried webpack and rollup and both compiled successfully. |
#4392 which is also an issue coming from me. do I have a not correct import in my application? stencil uses rollup underneath aka it's a rollup build |
Just released 0.900.15. I tried to build your repo and it worked without errors. I do see that you are importing types from |
Closing. Feel free to reopen if there are still issues. |
@Feiyang1 perfect, I am able to boot the app now, no more typescript errors. thx 👍 |
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
When I try to start my (Stencil) app which I migrated to the last Firebase SDK Alpha I get the following error:
Steps to reproduce:
Relevant Code:
The service which I use to implement the storage features (according output, I guess it is related):
https://github.com/deckgo/deckdeckgo/blob/firebase_alpha/studio/src/app/services/storage/storage.online.service.ts
The text was updated successfully, but these errors were encountered: