我在运行程序时遇到此错误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;
}