Fix useMeta util

This commit is contained in:
Eric Bailey
2026-01-21 10:40:22 -06:00
parent 9522a8ab29
commit bdfbbef9ce
4 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ export function AnalyticsContext({
// @ts-ignore
if (metadata.__meta !== true) {
throw new Error(
'Use the meta() helper when passing metadata to AnalyticsContext',
'Use the useMeta() helper when passing metadata to AnalyticsContext',
)
}
}