perf: Caught a debounced hook re-rendering continously

This commit is contained in:
Tom Moor
2022-04-20 08:44:17 -07:00
parent e162e67396
commit 0245451501
2 changed files with 13 additions and 14 deletions

View File

@@ -1,4 +1,3 @@
import { observer } from "mobx-react";
import * as React from "react";
import { Dialog, DialogBackdrop, useDialogState } from "reakit/Dialog";
import styled from "styled-components";
@@ -112,4 +111,4 @@ const Content = styled(Scrollable)`
padding: 16px;
`;
export default observer(Guide);
export default Guide;