From 565b927dff2121372de02433700cf947411b9684 Mon Sep 17 00:00:00 2001 From: Tomasz Szuba Date: Tue, 19 Mar 2024 20:44:56 +0100 Subject: [PATCH] Fix typo in changeset Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Signed-off-by: Tomasz Szuba --- .changeset/wild-walls-sparkle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/wild-walls-sparkle.md b/.changeset/wild-walls-sparkle.md index 56c2824019..4a4bb50bde 100644 --- a/.changeset/wild-walls-sparkle.md +++ b/.changeset/wild-walls-sparkle.md @@ -5,4 +5,4 @@ Ignore transforming only on `react-use/lib`, not whole `react-use` in jest. ** POTENTIAL BREAKAGE ** -If you tests fail, please change to use path import from `react-use/esm/`. It is also recommended to migrate from `react-user/lib` imports to `react-use/esm` +If your tests fail, please change to use path import from `react-use/esm/`. It is also recommended to migrate from `react-user/lib` imports to `react-use/esm`