Commit 3332ece 1 parent b1506a7 commit 3332ece Copy full SHA for 3332ece
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ function IndeterminateCheckbox({
321
321
if ( typeof indeterminate === 'boolean' ) {
322
322
ref . current . indeterminate = ! rest . checked && indeterminate
323
323
}
324
- } , [ ref , indeterminate ] )
324
+ } , [ indeterminate ] )
325
325
326
326
return (
327
327
< input
Original file line number Diff line number Diff line change 1
- import React , { HTMLAttributes , HTMLProps } from 'react'
1
+ import React , { HTMLProps } from 'react'
2
2
import ReactDOM from 'react-dom/client'
3
3
4
4
import './index.css'
@@ -348,7 +348,7 @@ function IndeterminateCheckbox({
348
348
if ( typeof indeterminate === 'boolean' ) {
349
349
ref . current . indeterminate = ! rest . checked && indeterminate
350
350
}
351
- } , [ ref , indeterminate ] )
351
+ } , [ indeterminate ] )
352
352
353
353
return (
354
354
< input
You can’t perform that action at this time.
0 commit comments