You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed latest firebase in our app (Angular 2+) to complement our backend.
VScode now auto imports "undefined" from: import undefined = require('firebase/empty-import');
This just gives a bad developer experience.
We have a pending stack overflow question to just blacklist a single file as we havent needed to do this before. Please just remove this and dont export things like "undefined".
Thanks!
The text was updated successfully, but these errors were encountered:
The fix has been merged in #2379. I'd recommend checking out our release notes to see when a PR makes it into an official Release. Any new features/breaking changes/bug fixes should be detailed there. Thanks :)
Installed latest firebase in our app (Angular 2+) to complement our backend.
VScode now auto imports "undefined" from:
import undefined = require('firebase/empty-import');
This just gives a bad developer experience.
We have a pending stack overflow question to just blacklist a single file as we havent needed to do this before. Please just remove this and dont export things like "undefined".
Thanks!
The text was updated successfully, but these errors were encountered: