We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
entries:updated
1 parent a79f0dc commit 48cf034Copy full SHA for 48cf034
packages/unhead/src/createHead.ts
@@ -91,7 +91,6 @@ export function createHeadCore<T extends {} = Head>(options: CreateHeadOptions =
91
return {
92
dispose() {
93
entries = entries.filter(e => e._i !== entry._i)
94
- hooks.callHook('entries:updated', head)
95
updated()
96
},
97
// a patch is the same as creating a new entry, just a nice DX
0 commit comments