o
Size: a a a
o
АБ
o
S
https://localhost:3000/169(к примеру). Он перебрасывает на
https://localhost:3000/. Хотя в роутах прописал
/169
. Может кто сталкивался с таким?o
https://localhost:3000/169(к примеру). Он перебрасывает на
https://localhost:3000/. Хотя в роутах прописал
/169
. Может кто сталкивался с таким?S
<Route>
<Component>
<NavLink>
<Component />
</NavLink>
</Component>
</Route>;
SM
RK
IP
RK
В
VK
В
children: () => {
return (
<div>first</div>
)
}
В
С
IN
IN
В
С
case REMOVE_SIGNAL:
const signals = state.signals;
const idx = signals.findIndex(x => x.key === action.payload.key);
if (idx > -1) signals.splice(idx, 1);
return {
...state,
signals: signals
}
АБ
case REMOVE_SIGNAL:
const signals = state.signals;
const idx = signals.findIndex(x => x.key === action.payload.key);
if (idx > -1) signals.splice(idx, 1);
return {
...state,
signals: signals
}