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

lint-warning: Props must be serializable for components in the "use client" entry file, "onChange" is invalid #686

Closed
technophile-04 opened this issue Jan 15, 2024 · 3 comments

Comments

@technophile-04
Copy link
Collaborator

Description :

Noticed this warning when you go to EtherInput or IntegerInput / other files which has use client on top and uses onChange as prop example :

Screenshot 2024-01-15 at 11 58 25 AM

Related discussion :

vercel/next.js#46795

@KcPele
Copy link
Contributor

KcPele commented Jan 15, 2024

The solution is to remove "use client" from the child which is in EtherInpute, IntergerInput and AddressInput.tsx

@KcPele
Copy link
Contributor

KcPele commented Jan 15, 2024

i am currently removing it

@technophile-04
Copy link
Collaborator Author

completed at #688

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