king
2024-07-29 fd1a4a42bbef3e9c02e0fee346b49401ec0fe23f
src/utils/asyncComponent.jsx
@@ -20,6 +20,12 @@
      this.setState({component})
    }
    componentWillUnmount () {
      this.setState = () => {
        return
      }
    }
    render() {
      const C = this.state.component