Back to Clerk

`@clerk/nextjs/app-beta` import removed

packages/upgrade/src/versions/core-2/nextjs/import-nextjs-app-beta.md

latest596 B
Original Source

If you are using the @clerk/nextjs/app-beta import anywhere, it should use @clerk/nextjs instead. The app-beta import has been removed as our approuter support is stable, if there are any places you’re using it you can remove.

Make this change carefully as some behavior may have changed between our beta and stable releases. You can refer to our documentation and/or approuter example for up-to-date usage.

The @clerk/nextjs import will work with both App Router and Pages Router.