redux 无法读取未定义的阅读“params”[已关闭]

yhqotfr8  于 2022-11-30  发布在  其他
关注(0)|答案(1)|浏览(97)

**已关闭。**此问题需要debugging details。当前不接受答案。

编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
3小时前关门。
Improve this question
我怎样才能解决这个错误请:D
我打印以下代码:enter image description here和我得到这个错误:enter image description here如何解决此错误请:D

xsuvu9jc

xsuvu9jc1#

您可以记录match.params值,无论它是否到来
您可以并行用途:

const productId = match && match.params && match.params.id

相关问题