Improve Performances of FE by reducing first print queries (#2623)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { createScopedState } from '@/ui/utilities/recoil-scope/utils/createScopedState';
|
||||
|
||||
export const isPersistingViewScopedState = createScopedState<boolean>({
|
||||
key: 'isPersistingViewScopedState',
|
||||
defaultValue: false,
|
||||
});
|
||||
Reference in New Issue
Block a user