-
-
Notifications
You must be signed in to change notification settings - Fork 193
Open
Description
Steps to reproduce:
import type { useTranslation } from '@tiktok/plugin-runtime/i18n';
export const ContactUsLinks = (t: ReturnType<typeof useTranslation<"translation">>['t']) => {};Expected: should not produce any errors
Actual: errors with use of undeclared variable: useTranslation [E0057]
Metadata
Metadata
Assignees
Labels
No labels