Skip to content

Commit f6881e4

Browse files
Update withWebComponent.tsx
1 parent 39d7bf9 commit f6881e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/internal/withWebComponent.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const withWebComponent = <T extends any>(
5252
return Object.keys(getWebComponentMetadata().getSlots());
5353
};
5454

55-
const getEventsFromMetadata = (otherProps: = {}): string[] => {
55+
const getEventsFromMetadata = (otherProps = {}): string[] => {
5656
return Object.keys(getWebComponentMetadata().getEvents() || {})
5757
.filter((eventName) => !eventName.startsWith('_'))
5858
.concat(

0 commit comments

Comments
 (0)