Skip to content

Commit

Permalink
removed advanced props as we dont use them
Browse files Browse the repository at this point in the history
  • Loading branch information
fraincs committed Nov 28, 2024
1 parent 3746f92 commit ce719b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/docs/scripts/generateComponentData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ function getFormattedData(data: ComponentDoc[]): ComponentDocWithGroups[] {
],
Accessibility: [
"role", "id", "tabIndex", "excludeFromTabOrder", "preventFocusOnPress", /^aria-/
],
Advanced: [
"UNSAFE_className", "UNSAFE_style"
]
};

Expand Down

0 comments on commit ce719b4

Please sign in to comment.