Skip to content

Commit

Permalink
Explicit return type
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry authored and mergatron[bot] committed Jul 14, 2023
1 parent d954844 commit 48aa31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framer-motion/src/render/utils/setters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export function checkTargetForNewValues(
visualElement: VisualElement,
target: TargetWithKeyframes,
origin: ResolvedValues
) {
): boolean {
const newValueKeys = Object.keys(target).filter(
(key) => !visualElement.hasValue(key)
)
Expand Down

0 comments on commit 48aa31b

Please sign in to comment.