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.