We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1cee9 commit 5d5f066Copy full SHA for 5d5f066
libraries/lwc/src/modules/x/withDeclarativeEvent/withDeclarativeEvent.html
@@ -5,6 +5,10 @@
5
<div id="caps">{capsHandled}</div>
6
<div id="pascal">{pascalHandled}</div>
7
8
+ <!--
9
+ LWC compiler throws exceptions for kebab-cased and arbitrarily capitalized events in the
10
+ template so they are not included here.
11
+ -->
12
<ce-with-event lwc:ref="wc" lwc:external
13
onlowercaseevent={handleLowercaseEvent}
14
></ce-with-event>
0 commit comments