wip: data option compat
This commit is contained in:
@@ -71,7 +71,7 @@ export function warn(msg: string, ...args: any[]) {
|
||||
resetTracking()
|
||||
}
|
||||
|
||||
function getComponentTrace(): ComponentTraceStack {
|
||||
export function getComponentTrace(): ComponentTraceStack {
|
||||
let currentVNode: VNode | null = stack[stack.length - 1]
|
||||
if (!currentVNode) {
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user