このページの内容errorSelector(message)指定されたエラーを常にスローするセレクタfunction errorSelector(message: string): RecoilValueReadOnlyコピー例const myAtom = atom({ key: 'My Atom', default: errorSelector('Attempt to use Atom before initialization'),});コピー