Skip to content

Commit

Permalink
Removing annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Sep 5, 2024
1 parent dcf88c8 commit f7b6212
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/framer-motion-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
"@rollup/plugin-commonjs": "^22.0.1",
"three": "^0.137.0"
},
"gitHead": "2947065346eeb1485417f94934b0cb793a0d5f81"
"gitHead": "dcf88c8f6c178d1af7a8f7dec81326db5fd68cea"
}
2 changes: 1 addition & 1 deletion packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@
"maxSize": "18 kB"
}
],
"gitHead": "2947065346eeb1485417f94934b0cb793a0d5f81"
"gitHead": "dcf88c8f6c178d1af7a8f7dec81326db5fd68cea"
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function createMotionComponentFactory(
preloadedFeatures?: FeaturePackages,
createVisualElement?: CreateVisualElement<any>
) {
return /*@__PURE__*/ function createMotionComponent<
return function createMotionComponent<
Props,
TagName extends keyof DOMMotionComponents | string = "div"
>(
Expand Down

0 comments on commit f7b6212

Please sign in to comment.