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