SIGN IN SIGN UP
payloadcms / payload UNCLAIMED

Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.

0 0 277 TypeScript

fix(ui): stale locale value from useLocale (#9582)

### 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.
J
Jarrod Flesch committed
fa7ed3f621addccc90eb956e026c229800446fd0
Parent: 2321970
Committed by GitHub <noreply@github.com> on 12/4/2024, 7:00:17 PM