shuding / nextra

Simple, powerful and flexible site generation framework with everything you love from Next.js.
https://nextra.site
MIT License
11.7k stars 1.27k forks source link

"nextra/components"' has no exported member 'Card'.ts(2305) #2068

Closed milonite closed 1 year ago

milonite commented 1 year ago

Following docs: https://nextra.site/docs/guide/built-ins/cards

import { Cards, Card } from "nextra/components";

But getting: Module "nextra/components"' has no exported member 'Card'.ts(2305)

It seems there were recent changes on the Cards and I can't see it in the node modules anymore

dimaMachina commented 1 year ago

update to latest nextra

milonite commented 1 year ago

update to latest nextra

I'm on "nextra": "latest"

which resolve in 2.2.15 but I see that the latest version is2.9, I'll stick to that version in the package.json

hedysnike commented 1 year ago

I installed the latest nextra and i'm getting that same error too