king
2022-11-04 6c919b7a55f15af56b212d059f1a5ea44d1ed5b8
src/utils/asyncComponent.jsx
@@ -20,6 +20,12 @@
      this.setState({component})
    }
    componentWillUnmount () {
      this.setState = () => {
        return
      }
    }
    render() {
      const C = this.state.component