Skip to content

Commit

Permalink
add comment for missing declarative event handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
ekashida committed Nov 15, 2023
1 parent 6b1cee9 commit 5d5f066
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<div id="caps">{capsHandled}</div>
<div id="pascal">{pascalHandled}</div>

<!--
LWC compiler throws exceptions for kebab-cased and arbitrarily capitalized events in the
template so they are not included here.
-->
<ce-with-event lwc:ref="wc" lwc:external
onlowercaseevent={handleLowercaseEvent}
></ce-with-event>
Expand Down

0 comments on commit 5d5f066

Please sign in to comment.