@portabletext/editor@1.10.2
Failing
View npmpnpm install --resolution-only
WARN Issues with peer dependencies found
.
└─┬ @portabletext/editor 1.10.2
├── ✕ unmet peer react@"^16.9 || ^17 || ^18": found 19.0.0-rc-fb9a90fa48-20240614
├── ✕ unmet peer @sanity/block-tools@^3.64.1: found 3.56.0
├── ✕ unmet peer @sanity/schema@^3.64.1: found 3.56.0
├── ✕ unmet peer @sanity/types@^3.64.1: found 3.56.0
├── ✕ unmet peer styled-components@^6.1.13: found 6.1.12
└─┬ @xstate/react 5.0.0
├─┬ use-isomorphic-layout-effect 1.1.2
│ └── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-fb9a90fa48-20240614
└─┬ use-sync-external-store 1.2.2
└── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-fb9a90fa48-20240614
package.json
{
"dependencies": {
"@portabletext/editor": "1.10.2",
"react": ">=19.0.0-rc",
"react-dom": ">=19.0.0-rc"
},
"packageManager": "pnpm@9.13.2"
}