gpt4 book ai didi

javascript - 如何解析 FlowType 中的 "Property cannot be accessed on possibly null value"?

转载 作者:行者123 更新时间:2023-11-28 04:02:30 25 4
gpt4 key购买 nike

以下函数签名:

type SaveComplete = {
id: string
};

const handleReduce = ((state, { payload: { id } }: Action<SaveComplete>) => {
// `id` is used unconditionally
};

...导致以下 FlowType 错误:

property `id`. Property cannot be accessed on possibly null value

如何修复此错误?

最佳答案

原因是Action的类型没有导入到文件中。

关于javascript - 如何解析 FlowType 中的 "Property cannot be accessed on possibly null value"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46974835/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com