The only use of events in this repo is that every component gets a click event. But there is also an n_clicks property (and n_clicks_timestamp) so nobody needs to use the click event here. But users who are using the event will need to update their code when we remove the event.
Companion issue to https://github.com/plotly/dash/issues/531
The only use of events in this repo is that every component gets a
click
event. But there is also ann_clicks
property (andn_clicks_timestamp
) so nobody needs to use the click event here. But users who are using the event will need to update their code when we remove the event.