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