Skip to content

Commit 9c850c2

Browse files
committed
mark the symbol unstable
1 parent c9c66ca commit 9c850c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export { splitAtom } from './utils/splitAtom'
1313
export { atomWithDefault } from './utils/atomWithDefault'
1414
export { waitForAll } from './utils/waitForAll'
1515
export {
16-
NO_STORAGE_VALUE,
16+
NO_STORAGE_VALUE as unstable_NO_STORAGE_VALUE,
1717
atomWithStorage,
1818
atomWithHash,
1919
createJSONStorage,

tests/utils/atomWithStorage.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Suspense } from 'react'
22
import { fireEvent, render, waitFor } from '@testing-library/react'
33
import { useAtom } from 'jotai'
44
import {
5-
NO_STORAGE_VALUE,
5+
unstable_NO_STORAGE_VALUE as NO_STORAGE_VALUE,
66
RESET,
77
atomWithHash,
88
atomWithStorage,

0 commit comments

Comments
 (0)