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