Skip to content

Conversation

@philipp-spiess
Copy link
Contributor

We've received an upstream issue for @tailwindplus/element that the project won't compile with Google Closure Compiler. Upon further investigating, the issue seems that the compiler requires subclasses of Event to always call super(…):

Screenshot 2025-08-05 at 10 43 35

This PR adds a super(…) call similar to the other Event sub type to fix this issue:

Screenshot 2025-08-05 at 10 43 43

I know this is not required for the runtime since the constructor always throws, but I'm hoping we can still resolve this upstream 🙂

@keithamus keithamus merged commit 15fd539 into keithamus:main Aug 5, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants