You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 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!
The text was updated successfully, but these errors were encountered:
Based on the documentation, it said
but the correct path should be:
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!
The text was updated successfully, but these errors were encountered: