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