chore: Upgrade React to v17 (#2045)
* chore: Upgrade React v17 * chore: Upgrade additional deps to reduce warnings * fix: Restore react-table dep * Bump react-avatar-editor, mobx-react * Remove unmaintained @rehooks/window-scroll-position dep * Bump react-waypoint dep for React 17 support * fix: Syntax error in autotrack chunk name comment
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
// @flow
|
||||
import useWindowScrollPosition from "@rehooks/window-scroll-position";
|
||||
import * as React from "react";
|
||||
import styled from "styled-components";
|
||||
import breakpoint from "styled-components-breakpoint";
|
||||
import HelpText from "components/HelpText";
|
||||
import useWindowScrollPosition from "hooks/useWindowScrollPosition";
|
||||
|
||||
const HEADING_OFFSET = 20;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user