There was an error while loading. Please reload this page.
1 parent 997998d commit 19ead01Copy full SHA for 19ead01
src/reach-portal.tsx
@@ -18,7 +18,7 @@ import {
18
} from "@reach/utils";
19
import { createPortal } from "react-dom";
20
21
-declare const __DEV__: boolean;
+const __DEV__ = true;
22
23
/**
24
* Portal
0 commit comments