Martin D.
Martin D.
> I'm having the same issue when using `authProvider.getIdToken()`. This is the error message I'm getting from the console: > > ``` > TypeError: Cannot read property 'tokenType' of undefined...
Thank you for taking a look @davidenke The React version specified in the CodeSandbox is 17.0.2. You were able to open & close the dropdowns in both the "In Web...
That makes sense. In my case I encountered the issue because it was injecting CSS into the `ownerDocument` which needs to be the shadow root because styles from the document...
Ran into the same issue, wanted to say PR #32 fixed it for me