We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d7bf9 commit f6881e4Copy full SHA for f6881e4
packages/main/src/internal/withWebComponent.tsx
@@ -52,7 +52,7 @@ export const withWebComponent = <T extends any>(
52
return Object.keys(getWebComponentMetadata().getSlots());
53
};
54
55
- const getEventsFromMetadata = (otherProps: = {}): string[] => {
+ const getEventsFromMetadata = (otherProps = {}): string[] => {
56
return Object.keys(getWebComponentMetadata().getEvents() || {})
57
.filter((eventName) => !eventName.startsWith('_'))
58
.concat(
0 commit comments