mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 22:43:00 +00:00
vendor tiny subset of unmaintained recompose
the functions we use haven't changed in almost 10 years, and are only a few lines we should probably lose them eventually, but easier to vendor them first
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React, { act } from "react";
|
||||
import { withProps } from "recompose";
|
||||
import { withProps } from "../../util/_recompose";
|
||||
import "@testing-library/jest-dom";
|
||||
import userEvent from "@testing-library/user-event";
|
||||
import {
|
||||
|
Reference in New Issue
Block a user