supabase-community / auth-ui

Pre-built Auth UI for React
https://supabase.com/docs/guides/auth/auth-helpers/auth-ui
MIT License
488 stars 121 forks source link

auth-ui-react throws Permission denied to access property "type" on Firefox #247

Closed yafkari closed 2 months ago

yafkari commented 8 months ago

Bug report

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:

  1. Use the <Auth /> component of the @supabase/auth-ui-react library

Expected behavior

The component doesn't throw an error on any browser.

Screenshots

image image

System information

Additional context

This works fine on Brave, Chrome, Chrome for Developers. Didn't test on Opera.

yafkari commented 2 months ago

Well I don't know if it's because i got rid of the auth helpers since we use supabase/ssr or because of an update since i opened the issue. But seems like it works now.

Closing the issue.