types(runtime-core): update error type to unknown (#798)
This commit is contained in:
@@ -85,7 +85,7 @@ export const onRenderTracked = createHook<DebuggerHook>(
|
||||
)
|
||||
|
||||
export type ErrorCapturedHook = (
|
||||
err: Error,
|
||||
err: unknown,
|
||||
instance: ComponentPublicInstance | null,
|
||||
info: string
|
||||
) => boolean | void
|
||||
|
||||
Reference in New Issue
Block a user