After upgrading my virtual env to streamlit-aggrid 1.1.8 the code to catch click events does’t work anymore.
The page https://staggrid-examples.streamlit.app/Cookbook?example=Grid+Events works as expected.
The code copied from the section ‘Code for this example’ into a .py file do not work.
The example code run into a new fresh virtual env with only streamlit, streamlit-aggrid and pandas installed.
The console log report the following error:
Uncaught TypeError: proxy set handler returned false for property ‘“doubleClicked”’
Any suggestion?