Skip to content

Commit

Permalink
react native sdk to match the new MessageType
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-quiltt committed Nov 9, 2023
1 parent 1f2ee1a commit 6605d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ECMAScript/react-native/src/components/QuilttConnector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const QuilttConnector = ({

const eventType = url.host
switch (eventType) {
case 'Loaded':
case 'Load':
initInjectedJavaScript()
onEvent?.(ConnectorSDKEventType.Load, metadata)
onLoad?.(metadata)
Expand Down

0 comments on commit 6605d12

Please sign in to comment.