Skip to content

Commit 59f382f

Browse files
authored
Update no-system-props.js
1 parent b29b255 commit 59f382f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rules/no-system-props.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ const excludedComponentProps = new Map([
1717
['Dialog', new Set(['width', 'height'])],
1818
['ProgressBar', new Set(['bg'])],
1919
['Spinner', new Set(['size'])],
20-
['StyledOcticon', new Set(['size'])]
20+
['StyledOcticon', new Set(['size'])],
21+
['PointerBox', new Set(['sx'])],
2122
])
2223

2324
const alwaysExcludedProps = new Set(['variant'])

0 commit comments

Comments
 (0)