Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entire TypeScript project spammed with i18nIsDynamicList #6005

Open
thedevdavid opened this issue Mar 15, 2024 · 1 comment
Open

Entire TypeScript project spammed with i18nIsDynamicList #6005

thedevdavid opened this issue Mar 15, 2024 · 1 comment
Labels

Comments

@thedevdavid
Copy link

I have a TS Next.js project with an embedded Sanity Studio. Since the first i18n Sanity update, all components or HTML tags bring up react-i18next-related props, like i18nIsDynamicList.

Probably caused by the global.d.ts file in react-i18next:

declare global {
  namespace JSX {
    interface IntrinsicAttributes {
      i18nIsDynamicList?: boolean;
    }
  }
}

Any way to get rid of this?

@binoy14
Copy link
Contributor

binoy14 commented Mar 20, 2024

Hey @thedevdavid sorry you are running into this issue. I will bring this up internally to see what we can do to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants