king
2022-12-12 6a50694b1ff7d566aa0b4acbe20f34a95bbab6af
src/utils/asyncComponent.jsx
@@ -20,6 +20,12 @@
      this.setState({component})
    }
    componentWillUnmount () {
      this.setState = () => {
        return
      }
    }
    render() {
      const C = this.state.component