import { createContext } from 'react'; export const RecoilScopeContext = createContext(null);