v0.0.64
⚠️ 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
- chore: Move react deps to sdk by @justinvdm in #331
Full Changelog: v0.0.63...v0.0.64