Can't access ctrl, shift, alt keys in button/link click handler in locally hosted app

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

Just to check the obvious - are you using the latest version? v1.13.4?

As far as I’m aware this was a bug in 1.13.2 but has since been fixed.

Yep that was the issue! Thanks!