Supabase Auth UI provider warning
Using the Supabase Auth UI component in Next.js. adding
Warning: Received
If you want to write it to the DOM, pass a string instead: loading="false" or loading={value.toString()}.
prividers={["google"]} gets a warning message in the console:Warning: Received
false for a non-boolean attribute loading.If you want to write it to the DOM, pass a string instead: loading="false" or loading={value.toString()}.