Skip to content

Commit

Permalink
fixes playground
Browse files Browse the repository at this point in the history
  • Loading branch information
GabiGrin committed Oct 11, 2024
1 parent 6c7ef60 commit 0bae038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/components/EmbeddedFlyde/EmbeddedFlyde.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export function EmbeddedFlyde(props: EmbeddedFlydeProps) {
resolvedDependencies,
onImportNode: noop as any,
onRequestImportables,
onRequestSiblingNodes: noop as any,
onRequestSiblingNodes: () => Promise.resolve([]),
libraryData: getLibraryData(),
};
}, [resolvedDependencies, onRequestImportables]);
Expand Down

0 comments on commit 0bae038

Please sign in to comment.