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:
Min RK
2025-03-25 12:23:19 +01:00
parent bd8bb9e5ec
commit f2cab7c5ef
6 changed files with 39 additions and 5 deletions

View File

@@ -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 {