Skip to content

Commit 19f9afc

Browse files
author
jakmro
committed
fix: useExecutorchModule not working
1 parent 2bddae5 commit 19f9afc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native-executorch/src/hooks/general/useExecutorchModule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ export const useExecutorchModule = ({
1313
}: Props) =>
1414
useModule({
1515
module: ExecutorchModule,
16-
model: { modelSource },
16+
model: modelSource,
1717
preventLoad,
1818
});

0 commit comments

Comments
 (0)