king
2024-07-03 76c4adc98ef8e7a3ea0f44d608363e3c0ddacf9b
src/utils/asyncLoadComponent.jsx
@@ -21,6 +21,12 @@
      this.setState({component})
    }
    componentWillUnmount () {
      this.setState = () => {
        return
      }
    }
    render() {
      const C = this.state.component