mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 05:51:21 +08:00
Addon Info: Remove broken prop type sort (keep defined order)
This commit is contained in:
parent
c21a88b47a
commit
a0fcde6930
@ -130,8 +130,6 @@ export default function PropTable(props) {
|
||||
return <small>No propTypes defined!</small>;
|
||||
}
|
||||
|
||||
array.sort((a, b) => a.property > b.property);
|
||||
|
||||
const propValProps = {
|
||||
maxPropObjectKeys,
|
||||
maxPropArrayLength,
|
||||
|
Loading…
x
Reference in New Issue
Block a user