Skip to content

Commit

Permalink
remove change to AnimatedValue
Browse files Browse the repository at this point in the history
  • Loading branch information
fabOnReact committed Dec 13, 2022
1 parent 868f598 commit 133f440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Animated/nodes/AnimatedValue.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const NativeAnimatedAPI = NativeAnimatedHelper.API;
* transform which can receive values from multiple parents.
*/
export function flushValue(rootNode: AnimatedNode): void {
const leaves = new Set<{update:() => void, ...}>();
const leaves = new Set<{update: () => void, ...}>();
function findAnimatedStyles(node: AnimatedNode) {
// $FlowFixMe[prop-missing]
if (typeof node.update === 'function') {
Expand Down

0 comments on commit 133f440

Please sign in to comment.