【发布时间】:2020-06-25 23:35:29
【问题描述】:
我正在尝试在 NextJs 中使用 Stripe https://github.com/stripe/react-stripe-elements/blob/master/README.md#server-side-rendering-ssr
我不断收到错误消息“未定义窗口”。我错过了什么吗?代码在上面的链接中。
【问题讨论】:
-
你没有使用上面的代码,因为componentDidMount只运行在客户端,不运行在服务端
-
你看Zeit的官方例子了吗,我把它链接给你,github.com/zeit/next.js/tree/canary/examples/…。
标签: reactjs stripe-payments next.js