Skip to content

Commit ed33f06

Browse files
committed
fix: remove menu nudgeWidth
1 parent 1377fe5 commit ed33f06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rules/no-deprecated-props.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ const replacements = {
313313
nudgeLeft: { custom: 'offset' },
314314
nudgeRight: { custom: 'offset' },
315315
nudgeTop: { custom: 'offset' },
316+
nudgeWidth: false,
316317
offsetOverflow: false,
317318
offsetX: false,
318319
offsetY: false,
@@ -582,6 +583,7 @@ const replacements = {
582583
nudgeLeft: { custom: 'offset' },
583584
nudgeRight: { custom: 'offset' },
584585
nudgeTop: { custom: 'offset' },
586+
nudgeWidth: false,
585587
positionX: false,
586588
positionY: false,
587589
right: { name: 'location', value: 'right' },

0 commit comments

Comments
 (0)