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