You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, when I use useI18n(), it show the error Expected 2 arguments, but got 1.ts(2554)
index.d.ts(10, 2259): Arguments for the rest parameter 'params' were not provided.
const t: <"hello.world", any>(key: "hello.world", params_0: {
count: number | (number & {});
} & ParamsObject) => string (+1 overload). Please let me know how to fix it, thanks
The text was updated successfully, but these errors were encountered:
hi, when I use useI18n(), it show the error Expected 2 arguments, but got 1.ts(2554)
index.d.ts(10, 2259): Arguments for the rest parameter 'params' were not provided.
const t: <"hello.world", any>(key: "hello.world", params_0: {
count: number | (number & {});
} & ParamsObject) => string (+1 overload). Please let me know how to fix it, thanks
The text was updated successfully, but these errors were encountered: