Upgrade to Prettier 3 (#25902)
This commit is contained in:
parent
0d7340380c
commit
73b64b8917
20 changed files with 82 additions and 56 deletions
|
@ -32,7 +32,7 @@ export const AnimatedNumber: React.FC<Props> = ({ value, obfuscate }) => {
|
|||
const willEnter = useCallback(() => ({ y: -1 * direction }), [direction]);
|
||||
const willLeave = useCallback(
|
||||
() => ({ y: spring(1 * direction, { damping: 35, stiffness: 400 }) }),
|
||||
[direction]
|
||||
[direction],
|
||||
);
|
||||
|
||||
if (reduceMotion) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue