supabase-community / auth-ui

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

Remove lodash and use just-merge instead #57

Closed silentworks closed 1 year ago

silentworks commented 1 year ago

What kind of change does this PR introduce?

This PR should fix #45 by removing the entire lodash library and using a smaller alternative like just-merge

What is the current behavior?

Include the entire lodash library

What is the new behavior?

No longer includes the entire lodash library and uses just-merge instead

Additional context

Add any other context or screenshots.