Skip to content

Commit

Permalink
fix: don't query iframe document if not ready
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Apr 3, 2024
1 parent 64303c8 commit 2b2ef32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"dependencies": {
"@measured/auto-frame-component": "0.1.1",
"@measured/dnd": "16.6.0-canary.a2766de",
"@measured/dnd": "16.6.0-canary.27e9f8e",
"deep-diff": "^1.0.2",
"react-hotkeys-hook": "^4.4.1",
"react-spinners": "^0.13.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1453,10 +1453,10 @@
object-hash "^3.0.0"
react-frame-component "5.2.6"

"@measured/[email protected].a2766de":
version "16.6.0-canary.a2766de"
resolved "https://registry.yarnpkg.com/@measured/dnd/-/dnd-16.6.0-canary.a2766de.tgz#2335c89d3d9c6e5b3c882f3ce69e8730acd4e483"
integrity sha512-iQ/YbhfDROgO/lDsM2o/85QxqC5muvvtghajlzwDQY97UxmVb7Qqyva/RW74KrxqvGKqgzA5deEBfvrmaPF+9A==
"@measured/[email protected].27e9f8e":
version "16.6.0-canary.27e9f8e"
resolved "https://registry.yarnpkg.com/@measured/dnd/-/dnd-16.6.0-canary.27e9f8e.tgz#806d77b5637d86312edc14a200e46871828a95f3"
integrity sha512-NbJW1JcbIHk0v/0MovrF8GurVbtcrDmce2600ThTNWA741a/PYrL6N6/y0KxMlwslpZMMoWk2hHwEHopXMwFPQ==
dependencies:
"@babel/runtime" "^7.23.2"
css-box-model "^1.2.1"
Expand Down

0 comments on commit 2b2ef32

Please sign in to comment.