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
Hi @michielbdejong , thanks for reporting this. It's actually the other way around: this is something that is not part of the function signature, and should not have been put in this code snippet. I'll remove it from there and update the snippet to the appropriate way to receive error events.
Fixes#3841.
The browser demo no longer passes an incorrect argument (from a TS
perspective) to the `handleIncomingRedirect` function. This also fixes
how the React app root is created with respect to the latest upgrade.
I'm getting this error when trying to compile https://github.com/inrupt/solid-client-authn-js/blob/main/packages/browser/examples/single/bundle/src/App.js#L51 as TypeScript.
Is it missing from 'IHandleIncomingRedirectOptions'?
The text was updated successfully, but these errors were encountered: