rusackas commented on PR #36760:
URL: https://github.com/apache/superset/pull/36760#issuecomment-3683558508
This was already fixed in commit d03c5531e1. The current code includes
`stopPropagation: () => {}` in the fake event object:
```tsx
onRemove={() =>
onRemoveFilter({
stopPropagation: () => {},
} as React.MouseEvent<Element, MouseEvent>)
}
```
The bot's comment is on outdated code.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]