Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Wrong Documantion of React Server Components #2959

Open
alanvww opened this issue Dec 26, 2024 · 1 comment
Open

[BUG] Wrong Documantion of React Server Components #2959

alanvww opened this issue Dec 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@alanvww
Copy link

alanvww commented Dec 26, 2024

Based on the documentation, it said

// React Server Components
import * as motion from "motion/client"

but the correct path should be:

import * as motion from "motion/react-client"

It took me a while to figure out what is going on, and I initially believed it was a problem specific to React 19. I kindly request that you address and resolve this problem as soon as possible!

@alanvww alanvww added the bug Something isn't working label Dec 26, 2024
@kekubhai
Copy link

seems like a genuine mistake, can I work on it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants