payload
payload copied to clipboard
fix(ui): stale locale value from useLocale
What?
Fixes issue with stale locale from searchParams
Why?
Bad use of useEffect/useState inside our useSearchParams provider.
How?
Memoize the locale instead of relying on the useEffect which was causing unnecessary renders with stale values.