Skip to content

Commit 19ead01

Browse files
committed
update
1 parent 997998d commit 19ead01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reach-portal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
} from "@reach/utils";
1919
import { createPortal } from "react-dom";
2020

21-
declare const __DEV__: boolean;
21+
const __DEV__ = true;
2222

2323
/**
2424
* Portal

0 commit comments

Comments
 (0)