Skip to content

Commit

Permalink
fix: add renderTracked/Triggered merge strategy (#12616)
Browse files Browse the repository at this point in the history
  • Loading branch information
chearon committed Jul 6, 2022
1 parent 360272b commit 6d1dbee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/shared/constants.ts
Expand Up @@ -14,5 +14,7 @@ export const LIFECYCLE_HOOKS = [
'activated',
'deactivated',
'errorCaptured',
'serverPrefetch'
'serverPrefetch',
'renderTracked',
'renderTriggered'
] as const

0 comments on commit 6d1dbee

Please sign in to comment.