[REQUIRED] Describe your environment
- Operating System version: Windows 10
- Browser version: Version 74.0.3729.131 (Official Build) (64-bit)
- Firebase SDK version: 6.0.0
- Firebase Product: auth, rxjs
[REQUIRED] Describe the problem
Exception thrown with authState upon login/logout/re-login:
Uncaught TypeError: Cannot read property 'resolve' of undefined
at lm.h.tc (auth.esm.js?b7aa:317)
at lm.d [as onAuthStateChanged] (auth.esm.js?b7aa:340)
at Login.componentDidMount (Login.js?25f4:53)
both using @firebase/auth
@ 0.11.0, fine with @firebase/app
0.3.17 but fail with @firebase/app
0.4.0,
Steps to reproduce:
working on it, cannot reproduce elsewhere...
Relevant Code:
working on it, cannot reproduce elsewhere...