0

当我尝试调度它给出的商店时如何解决此错误:

TypeError: nextCallback is not a function then UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'dispatch' of undefined。

index.js

export const getServerSideProps = wrapper.getServerSideProps(
  async ({ req, store }) => {
    await store.dispatch(getRooms(req));
  }
);
4

0 回答 0