Skip to content

Commit

Permalink
Temp fix for react-modal in kanban example for devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejak committed Sep 23, 2019
1 parent 913f2bc commit 10f1629
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/devtools-core/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ const DevToolsApp = (props: Props) => (
>
{props.children}
</App>
{/* Temporary fix for react-modal (at least in kanban example) */}
<div id="modal" className="modal" />
</Provider>
);

Expand Down

0 comments on commit 10f1629

Please sign in to comment.