Component { render() { return ( <Provider store={store}> + <PersistGate loading={null} persistor={persistor}> <Stack/> + </PersistGate> ...
確定! 回上一頁