We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a9cd0 commit fb1bbd7Copy full SHA for fb1bbd7
examples/demo/package.json
@@ -18,8 +18,7 @@
18
"@react-zero-ui/core": "^0.1.0",
19
"@vercel/analytics": "^1.5.0",
20
"clsx": "^2.1.1",
21
- "framer-motion": "^12.19.2",
22
- "motion": "^12.16.0",
+ "motion": "12.18.1",
23
"next": "^15.3.4",
24
"react": "^19.0.0",
25
"react-dom": "^19.0.0"
examples/demo/src/app/(test)/layout.tsx
@@ -1,4 +1,3 @@
1
-'use client';
2
import { domAnimation, LazyMotion } from 'motion/react';
3
import { RenderTracker } from './ReactTracker';
4
0 commit comments