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

fix(nextjs): Tone down beta note #3486

Merged
merged 1 commit into from
Apr 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/includes/getting-started-primer/javascript.nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Features:

Under the hood the SDK relies on our [React SDK](/platforms/javascript/guides/react/) on the frontend and [Node SDK](/platforms/node) on the backend, which makes all features available in those SDKs also available in this SDK.

<Alert level="warning" title="Experimental Plugin">
<Alert level="info" title="Early Adopter">

The SDK relies on the experimental plugin system of Next.js. This restricts the SDK to running on the production server (it runs on the client in both dev and production), and means changes to the plugin system may prevent the SDK from working as expected. We recognize the irony.
The SDK is in the early stages of being released. This means changes are possible and may prevent the SDK from working as expected. We recognize the irony.

</Alert>