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

useSuggestable doesnt work #2984

Open
fabianboerner opened this issue Sep 3, 2023 · 1 comment
Open

useSuggestable doesnt work #2984

fabianboerner opened this issue Sep 3, 2023 · 1 comment

Comments

@fabianboerner
Copy link

Hi,

when using useSuggetable im getting the following error:

i18next__WEBPACK_IMPORTED_MODULE_0__.default.hasResourceBundle is not a function

is there a way to fix this is there some important setting missing?

@mdodgelooker
Copy link
Contributor

This could be because the following peerDependencies are not getting installed: i18next and react-i18next. Some older versions of npm do not install peerDependencies and you will need to install them manually:

npm install [email protected]
npm install [email protected]

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

No branches or pull requests

2 participants