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