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