extension-examples
extension-examples copied to clipboard
Update vanilla js counter
The vanilla JS extension was not working because the inline event handler for the button counter was violating the CSP set by Looker. I updated the HTML, removing the inline event handler, added an ID to the button, and added an event handler outside of the HTML. I also added a missing package