Skip to content

Commit

Permalink
Merge pull request #2381 from opral/polyfill-structuredClone
Browse files Browse the repository at this point in the history
polyfill structuredClone for Fink
  • Loading branch information
NiklasBuchfink authored Mar 13, 2024
2 parents c82dc23 + 36d7ab1 commit 13a1a71
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 24 deletions.
1 change: 1 addition & 0 deletions inlang/source-code/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"clipboard-copy": "^4.0.1",
"compression": "^1.7.4",
"cookie-session": "^2.0.0",
"core-js": "^3.36.0",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"flat": "^5.0.2",
Expand Down
1 change: 1 addition & 0 deletions inlang/source-code/editor/src/renderer/+onRenderClient.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "core-js/stable/structured-clone" // polyfill structuredClone
import { type Component, createSignal } from "solid-js"
import { createStore } from "solid-js/store"
import { render } from "solid-js/web"
Expand Down
Loading

0 comments on commit 13a1a71

Please sign in to comment.