fix: fix issues in stream state

This commit is contained in:
Simon Chan 2022-02-18 18:19:28 +08:00
parent 2a5843eb20
commit 5bc3d49334
14 changed files with 172 additions and 171 deletions

View file

@ -4,7 +4,7 @@ import { action, autorun, computed, makeAutoObservable } from "mobx";
import { observer } from "mobx-react-lite";
import { NextPage } from "next";
import Head from "next/head";
import React, { useCallback, useEffect, useRef } from 'react';
import { useCallback, useEffect, useRef } from 'react';
import { CommandBar, DemoModePanel, DeviceView } from '../components';
import { globalState } from "../state";
import { Icons, RouteStackProps } from "../utils";