fix: resolve user profile dropdown cache sync issue across layouts (#23937)
This commit is contained in:
@@ -79,6 +79,9 @@ const SwrInitializer = ({
|
||||
<SWRConfig value={{
|
||||
shouldRetryOnError: false,
|
||||
revalidateOnFocus: false,
|
||||
dedupingInterval: 60000,
|
||||
focusThrottleInterval: 5000,
|
||||
provider: () => new Map(),
|
||||
}}>
|
||||
{children}
|
||||
</SWRConfig>
|
||||
|
Reference in New Issue
Block a user