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