payload icon indicating copy to clipboard operation
payload copied to clipboard

fix(ui): stale locale value from useLocale

Open JarrodMFlesch opened this issue 3 months ago • 2 comments

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.

JarrodMFlesch avatar Nov 27 '24 21:11 JarrodMFlesch