We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25415b commit 5935cf3Copy full SHA for 5935cf3
types/index.d.ts
@@ -46,4 +46,5 @@ export interface MetaInfo {
46
__dangerouslyDisableSanitizersByTagID?: string[]
47
48
changed?: <T extends object>(newInfo: T, addedTags: HTMLElement[], removedTags: HTMLElement[]) => void
49
+ refreshOnceOnNavigation?: boolean
50
}
0 commit comments