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