Skip to content

Commit 5d5f066

Browse files
committed
add comment for missing declarative event handlers
1 parent 6b1cee9 commit 5d5f066

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libraries/lwc/src/modules/x/withDeclarativeEvent/withDeclarativeEvent.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<div id="caps">{capsHandled}</div>
66
<div id="pascal">{pascalHandled}</div>
77

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

0 commit comments

Comments
 (0)