Skip to content

Commit 0223cee

Browse files
committed
💚
1 parent b236e55 commit 0223cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/external/reanimated/interpolators.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import {
1717

1818
export const notifyChange = (value: SharedValue<unknown>) => {
1919
"worklet";
20-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
2120
if (_WORKLET) {
21+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
2222
(value as any)._value = value.value;
2323
}
2424
};

0 commit comments

Comments
 (0)