Skip to content

v0.0.64

Choose a tag to compare

@justinvdm justinvdm released this 17 Apr 13:40
· 1538 commits to main since this release

⚠️ Migration recommendation

While not strictly a breaking change, now that the sdk has react packages as its own dependencies, it is possible for strange things to happen if there are also versions of the react deps in your own project as well.

This is easily solved by simply removing these dependencies from your package.json and re running npm/pnpm/yarn install after upgrading to the latest sdk version.

-    "react": "canary",
-    "react-dom": "canary",
-    "react-server-dom-webpack": "canary"

What's Changed

Full Changelog: v0.0.63...v0.0.64