-
Notifications
You must be signed in to change notification settings - Fork 31
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
Explicitly passing props to avoid warning #2770
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mangler å sette en del av propsene den får inn nå. Feks onChange
. Har eksplisitt satt typen for props etter hva som blir brukt (har i hvert fall prøvd på det 😛), så tror ikke det skal være så mye overflødig.
onChange er kanskje kjekt ja :D |
Quality Gate passedIssues Measures |
Description
We pass ...rest props a few places, this causes console warnings because we end up sending unspported props, and ts does not complain.
Verification/QA
kind/*
label to this PR for proper release notes grouping