Skip to content

Commit

Permalink
0.0.97
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Oct 5, 2024
1 parent c48ee0d commit c297d6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion imports/go.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,6 @@ const parents: ParentsI = function parents(): GoI[] {
if (pointer.go && pointer.go != selfReturnGo) pointer = pointer.go;
else root = pointer;
}
console.log('parents', parents);
return parents;
}

Expand Down
2 changes: 1 addition & 1 deletion imports/hooks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function PreloadProvider({
}) {
const deep = useDeep();
return <GoEditorProvider Editor={Editor}>
{deep ? [<PreloadProviderCore key={deep.linkId} preloaded={preloaded} children={children}/>] : children};
{deep ? [<PreloadProviderCore key={deep.linkId} preloaded={preloaded} children={children}/>] : children}
</GoEditorProvider>
}

Expand Down

0 comments on commit c297d6e

Please sign in to comment.