Upgrade other react dependencies

This commit is contained in:
Jamie
2026-03-17 13:42:29 -07:00
committed by GitHub
parent fcafec550e
commit 3851a3905a
19 changed files with 1668 additions and 1938 deletions

View File

@@ -2,7 +2,7 @@
// SPDX-License-Identifier: AGPL-3.0-only
import React, { useState, useCallback } from 'react';
import { AnimatePresence, motion } from 'framer-motion';
import { AnimatePresence, motion } from 'motion/react';
import { AxoSymbol } from '../axo/AxoSymbol.dom.js';
import { AxoButton } from '../axo/AxoButton.dom.js';
@@ -240,7 +240,7 @@ function KeyTransparency({
'pressed:bg-fill-secondary-pressed'
)}
>
<AnimatePresence exitBeforeEnter initial={false}>
<AnimatePresence mode="wait" initial={false}>
<motion.div
className={tw('flex h-5 items-center')}
key={status}