On this pageerrorSelector(message)A selector which always throws the provided errorfunction errorSelector(message: string): RecoilValueReadOnlyCopyExample​const myAtom = atom({ key: 'My Atom', default: errorSelector('Attempt to use Atom before initialization'),});Copy