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 670f5c6 commit 3f55f42Copy full SHA for 3f55f42
src/Modal.tsx
@@ -247,8 +247,6 @@ export function createModal<Name extends string>(params: {
247
overwriteReadonlyProp(InternalModal as any, "name", InternalModal.displayName);
248
249
function openModal() {
250
- console.log("wesh!");
251
-
252
const hiddenControlButton = document.getElementById(hiddenControlButtonId);
253
254
assert(hiddenControlButton !== null, "Modal isn't mounted");
0 commit comments