From fb6a49d30b84ec2ffd60c140b4e0c7dec966045a Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 22 Oct 2024 15:56:13 +0200 Subject: [PATCH] chore: updating changeset Signed-off-by: blam --- .changeset/heavy-mice-raise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/heavy-mice-raise.md b/.changeset/heavy-mice-raise.md index 4eef00d756..8b32ecb4d7 100644 --- a/.changeset/heavy-mice-raise.md +++ b/.changeset/heavy-mice-raise.md @@ -2,4 +2,4 @@ '@backstage/plugin-scaffolder-react': patch --- -Fix issue with `Stepper` causing additional re-renders, and not `memoizing` properly +Fix issue with `Stepper` and trying to trim additional properties. This is now all behind `liveOmit` and `omitExtraData` instead.