Skip to content

Commit

Permalink
[core] Normalize rest / other to match the most common used
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 15, 2024
1 parent 44c3c9a commit 0151858
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Hidden = React.forwardRef(function Hidden(
});
}
} else {
rest[key] = props[key];
other[key] = props[key];
}
});
const stackClasses = hiddenAtomics({
Expand Down

0 comments on commit 0151858

Please sign in to comment.