auth-ui
auth-ui copied to clipboard
auth-ui-react throws Permission denied to access property "type" on Firefox
Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
Auth ui React gives an error on Firefox (Firefox Developer Edition at least).
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Use the
<Auth />component of the@supabase/auth-ui-reactlibrary
Expected behavior
The component doesn't throw an error on any browser.
Screenshots
System information
- OS: [Windows]
- Browser (if applies) [Firefox]
- Version of supabase-js: [2.39.2]
- Version of @supabase/auth-ui-react: [0.4.6]
- Version of Node.js: [e.g. 10.10.0]
Additional context
This works fine on Brave, Chrome, Chrome for Developers. Didn't test on Opera.