framer-motion 5.4.0-beta.2 → 5.4.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,8 +9,8 @@ var createRenderState = function () { return ({}); };
9
9
  var threeVisualElement = visualElement({
10
10
  treeType: "three",
11
11
  readValueFromInstance: readThreeValue,
12
- getBaseTarget: function (_props, _key) {
13
- return 0;
12
+ getBaseTarget: function () {
13
+ return undefined;
14
14
  },
15
15
  sortNodePosition: function (_a, _b) {
16
16
  return 0;
@@ -2941,8 +2941,8 @@ var createRenderState = function () { return ({}); };
2941
2941
  var threeVisualElement = visualElement({
2942
2942
  treeType: "three",
2943
2943
  readValueFromInstance: readThreeValue,
2944
- getBaseTarget: function (_props, _key) {
2945
- return 0;
2944
+ getBaseTarget: function () {
2945
+ return undefined;
2946
2946
  },
2947
2947
  sortNodePosition: function (_a, _b) {
2948
2948
  return 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "framer-motion",
3
- "version": "5.4.0-beta.2",
3
+ "version": "5.4.0-beta.3",
4
4
  "description": "A simple and powerful React animation library",
5
5
  "main": "dist/framer-motion.cjs.js",
6
6
  "module": "dist/es/index.mjs",