-
Notifications
You must be signed in to change notification settings - Fork 32
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
onChange has undefined event #2994
Comments
Hi @RobinShift4 |
Hi @RobinShift4 it could have something to do with how React state is being used. I've created a simpler example using our Docs for |
@mdodgelooker thanks - I was able to get that to work though I am not sure what was going wrong earlier. |
@RobinShift4 that's great! |
Within this code
`{dashboardFilters?.map((filter) => {
my event is always undefined (and thus I cannot use the value of the component in the function). Any idea as to why?
The text was updated successfully, but these errors were encountered: