diff --git a/dev/projection/perf-neighbours.html b/dev/projection/perf-neighbours.html
index 8f0b975491..132de6933f 100644
--- a/dev/projection/perf-neighbours.html
+++ b/dev/projection/perf-neighbours.html
@@ -99,8 +99,8 @@
console.log(window.ProjectionFrames)
checkFrame(topEl, 2, {
totalNodes: 5,
- resolvedTargetDeltas: 3,
- recalculatedProjection: 3,
+ resolvedTargetDeltas: 4, // Ideally this would be 3 but this project https://development.framer.com/projects/Sites--guWFmjKvOwNqEHi9E6Tl-wHUij?node=DeL0q0H0v is fixed by deopting
+ recalculatedProjection: 4,
})
})
})
diff --git a/packages/framer-motion-3d/package.json b/packages/framer-motion-3d/package.json
index 7d710d0e15..daa40ba4f6 100644
--- a/packages/framer-motion-3d/package.json
+++ b/packages/framer-motion-3d/package.json
@@ -60,5 +60,5 @@
"@react-three/test-renderer": "^9.0.0",
"@rollup/plugin-commonjs": "^22.0.1"
},
- "gitHead": "f42d4f843ed68e118e6131eb3b91968fbfe9305a"
+ "gitHead": "6079b16daac8459ea772d36f1b35857a35fddbae"
}
diff --git a/packages/framer-motion/package.json b/packages/framer-motion/package.json
index 674c6cb7fb..b34ee635e1 100644
--- a/packages/framer-motion/package.json
+++ b/packages/framer-motion/package.json
@@ -116,5 +116,5 @@
"maxSize": "30.97 kB"
}
],
- "gitHead": "f42d4f843ed68e118e6131eb3b91968fbfe9305a"
+ "gitHead": "6079b16daac8459ea772d36f1b35857a35fddbae"
}