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