Skip to content

Commit

Permalink
fix: another build error
Browse files Browse the repository at this point in the history
  • Loading branch information
meronogbai authored and StyleT committed Jun 10, 2024
1 parent dc64f63 commit 9430398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-react/src/LexicalCollaborationPlugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export function CollaborationPlugin({
editor,
provider,
id,
doc ?? yjsDocMap.get(id),
doc || yjsDocMap.get(id),
yjsDocMap,
excludedProperties,
);
Expand Down

0 comments on commit 9430398

Please sign in to comment.