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
Avoid "private" getter _databaseId, since it breaks the minified build. (#197)
Avoid "private" getter _databaseId, since it breaks the minified build.
This should work fine, but there seems to be an issue with our minification process where usages of _databaseId get minified but the actual property does not, causing runtime errors. :-(
I've opened #194 and #195 to track the underlying causes.
0 commit comments