Skip to content

Commit 8903e2b

Browse files
committed
fix(parser): stripe internal types from events
1 parent c0dd84e commit 8903e2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parser.ts

+1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ export function useComponentMetaParser (
203203
component.meta.props = component.meta.props.map(stripeTypeScriptInternalTypesSchema)
204204
component.meta.slots = component.meta.slots.map(stripeTypeScriptInternalTypesSchema)
205205
component.meta.exposed = component.meta.exposed.map(stripeTypeScriptInternalTypesSchema)
206+
component.meta.events = component.meta.events.map(stripeTypeScriptInternalTypesSchema)
206207

207208
components[component.pascalName] = component
208209
} catch (e) {

0 commit comments

Comments
 (0)