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