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