deps(node): typescript 3.9.6 => 4.1.3
This commit is contained in:
parent
9184cbdf11
commit
72be2808f3
7 changed files with 2582 additions and 2483 deletions
|
@ -48,7 +48,7 @@ const ActivePill = ({ active }: { active: boolean }) => (
|
|||
export default () => {
|
||||
const params = useParams() as Params;
|
||||
const history = useHistory();
|
||||
const state: State = useLocation().state;
|
||||
const state = useLocation<State>().state;
|
||||
|
||||
const id = ServerContext.useStoreState(state => state.server.data!.id);
|
||||
const uuid = ServerContext.useStoreState(state => state.server.data!.uuid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue