Skip to content

Commit fb1bbd7

Browse files
ValentineValentine
authored andcommitted
fix: 'use client' flag removed & motion lib downgraded to 12.18.1
1 parent 47a9cd0 commit fb1bbd7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

examples/demo/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"@react-zero-ui/core": "^0.1.0",
1919
"@vercel/analytics": "^1.5.0",
2020
"clsx": "^2.1.1",
21-
"framer-motion": "^12.19.2",
22-
"motion": "^12.16.0",
21+
"motion": "12.18.1",
2322
"next": "^15.3.4",
2423
"react": "^19.0.0",
2524
"react-dom": "^19.0.0"

examples/demo/src/app/(test)/layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
'use client';
21
import { domAnimation, LazyMotion } from 'motion/react';
32
import { RenderTracker } from './ReactTracker';
43

0 commit comments

Comments
 (0)