We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17d450 commit c6ecbccCopy full SHA for c6ecbcc
src/utils.ts
@@ -1,3 +1,3 @@
1
-const IS_BROWSER = typeof window !== "undefined";
+export const IS_BROWSER = typeof window !== "undefined";
2
3
export const SUPPORTED = IS_BROWSER && window.localStorage;
0 commit comments