出现错误:无法将类型'undefined'的参数分配给'never'类型的参数。在React JS中

时间:2020-06-28 16:32:37

标签: reactjs

我在运行程序时遇到此错误Argument of type 'undefined' is not assignable to parameter of type 'never'.,在这里我为此添加了功能,任何人都可以检查我的代码,并帮助我解决此问题吗?

private alertFunc = (game_id:any,playerGUID:any,chooserGuid:any) => {
        let live_data = useDataStore(GameDataStore);
        console.log("live data");
        console.log(live_data);
        return false;
}

0 个答案:

没有答案