Skip to content

Commit 90de905

Browse files
committed
fix
1 parent dcf7dda commit 90de905

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/InputNumber.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ const InternalInputNumber = React.forwardRef(
154154
...inputProps
155155
} = props;
156156

157-
const { classNames, styles } = React.useContext(SemanticContext) || {};
158-
159157
const inputClassName = `${prefixCls}-input`;
160158

161159
const inputRef = React.useRef<HTMLInputElement>(null);

0 commit comments

Comments
 (0)