What I’m trying to do:
Use the event_args["keys"]["ctrl"]
from a Link’s click handler. In an app that’s locally hosted.
What I’ve tried and what’s not working:
When I run the app from the cloud IDE, there’s no issue, I just get the value returned.
But just checking the value when the app is hosted and run locally, but I get this error:
TypeError: '<invalid type>' does not support indexing
Clone link:
share a copy of your app