app端报这个错误
reportJSException >>>> exception function:createInstanceContext, exception:white screen cause create instanceContext failed,check js stack ->Uncaught TypeError: _next.default is not a constructor
解决了,自己之前引入方式去掉了括号忘记加回来了
import { HFdebugging } from "@/uni_modules/HF-HF_debugging/common/next.js";
0 个回复