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