IH

``
useEffect(() => {
if (inputRef.current) {
inputRef.current.indeterminate = indeterminate;
}
}, [indeterminate]);
``
Size: a a a
IH
SG
<Route path="/">
<Route path="/a/:id">
<CompA />
</Route>
<Route path="/b/:id">
<CompB />
</Route>
</Route>
ute р
едиректить на /SG
SG
В
<Route path="/">
<Route path="/a/:id">
<CompA />
</Route>
<Route path="/b/:id">
<CompB />
</Route>
</Route>
ute р
едиректить на /SG
SG
/
В
SG
SG
SG
/
SG
CompA
, например, об этом узнаю из match
объектаВ
SG
В
SG
SG
В
SG
В