import { atomFamily } from 'recoil'; export const currentViewIdScopedState = atomFamily({ key: 'currentViewIdScopedState', default: undefined, });