mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 08:01:54 +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>;
|
return <small>No propTypes defined!</small>;
|
||||||
}
|
}
|
||||||
|
|
||||||
array.sort((a, b) => a.property > b.property);
|
|
||||||
|
|
||||||
const propValProps = {
|
const propValProps = {
|
||||||
maxPropObjectKeys,
|
maxPropObjectKeys,
|
||||||
maxPropArrayLength,
|
maxPropArrayLength,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user