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