We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5c415 commit d069796Copy full SHA for d069796
packages/runtime-core/src/errorHandling.ts
@@ -24,6 +24,7 @@ export const enum ErrorCodes {
24
}
25
26
export const ErrorTypeStrings: Record<number | string, string> = {
27
+ [LifecycleHooks.SERVER_PREFETCH]: 'serverPrefetch hook',
28
[LifecycleHooks.BEFORE_CREATE]: 'beforeCreate hook',
29
[LifecycleHooks.CREATED]: 'created hook',
30
[LifecycleHooks.BEFORE_MOUNT]: 'beforeMount hook',
0 commit comments