diff --git a/packages/devtools-core/src/index.tsx b/packages/devtools-core/src/index.tsx index 52040248..61229d40 100644 --- a/packages/devtools-core/src/index.tsx +++ b/packages/devtools-core/src/index.tsx @@ -24,6 +24,8 @@ const DevToolsApp = (props: Props) => ( > {props.children} + {/* Temporary fix for react-modal (at least in kanban example) */} +
);