feature/IO-3499-React-19-ProductionBoard - remove use-memo-one
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import React, { useEffect, useRef } from "react";
|
||||
import React, { useCallback, useEffect, useMemo, useRef } from "react";
|
||||
import { bindActionCreators } from "redux";
|
||||
import { Provider } from "react-redux";
|
||||
import { useCallback, useMemo } from "use-memo-one";
|
||||
import { invariant } from "../../invariant";
|
||||
import createStore from "../../state/create-store";
|
||||
import createDimensionMarshal from "../../state/dimension-marshal/dimension-marshal";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { useRef } from "react";
|
||||
import { useCallback, useMemo } from "use-memo-one";
|
||||
import { useCallback, useRef, useMemo } from "react";
|
||||
import getStyle from "./get-style";
|
||||
import useDraggablePublisher from "../use-draggable-publisher/use-draggable-publisher";
|
||||
import AppContext from "../context/app-context";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import ReactDOM from "react-dom";
|
||||
import { useCallback, useMemo } from "use-memo-one";
|
||||
import React, { useContext, useRef } from "react";
|
||||
import React, { useCallback, useContext, useMemo, useRef } from "react";
|
||||
import { invariant } from "../../invariant";
|
||||
import useDroppablePublisher from "../use-droppable-publisher";
|
||||
import Placeholder from "../placeholder";
|
||||
|
||||
Reference in New Issue
Block a user