Skip to content

Commit

Permalink
chore: Refactor LegacyFusionWrapper and create-fusion-context (#825)
Browse files Browse the repository at this point in the history
Co-authored-by: Noggling <[email protected]>
  • Loading branch information
Noggling and Noggling authored Oct 22, 2024
1 parent a59d1b5 commit 0d4b9f9
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 210 deletions.
3 changes: 3 additions & 0 deletions .changeset/pr-825-2137703982.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

---
---
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export const LegacyFusionWrapper = (props: PropsWithChildren<LegacyFusionWrapper
[framework, options]
);

console.log('LegacyFusionWrapper!!!!');
return (
<Suspense fallback={loader}>
<LegacyContext>
Expand Down
Loading

0 comments on commit 0d4b9f9

Please sign in to comment.