We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this is the type error am getting when i run it on nextjs
TypeError: (0 , index3_mjs__WEBPACK_IMPORTED_MODULE_3_.jsx) is not a function
Next.js 14.2.4
I tested using both chrome and brave but it safe to assume that the problem is simply next.js
npm install npm install @google-translate-select/react
"use client" import GoogleTranslateSelect from "@google-translate-select/react"; export default test = () => { return ( <div> <GoogleTranslateSelect defaultLanguageCode="en" defaultPageLanguageCode="en" fetchBrowserLanguage={false} trigger="click" select={handleGoogleTranslateSelect} /> </div> ); }
npm run dev
to work like how it works on the projects i have used on vue
The text was updated successfully, but these errors were encountered:
Marking issue as stale since there was no activity for 30 days
Sorry, something went wrong.
No branches or pull requests
@google-translate-select bug report
Summary
this is the type error am getting when i run it on nextjs
TypeError: (0 , index3_mjs__WEBPACK_IMPORTED_MODULE_3_.jsx) is not a function
Environment
Next.js 14.2.4
I tested using both chrome and brave but it safe to assume that the problem is simply next.js
Steps to reproduce
Expected results
to work like how it works on the projects i have used on vue
Actual results
The text was updated successfully, but these errors were encountered: