apollographql / apollographql/embeddable-explorer
add react 19 to peer dependencies
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
when trying to install @apollo/sandbox on a react 19 project, I get a peer dependency error
```
npm error While resolving: @apollo/sandbox@2.7.3
npm error Found: react@19.2.0
npm error node_modules/react
npm error Could not resolve dependency:
npm error peerOptional react@"^16.8.0 || ^17.0.0 || ^18.0.0" from @apollo/sandbox@2.7.3
npm error node_modules/@apollo/sandbox
npm error @apollo/sandbox@"^2.7.3" from the root project
```
we need to add react 19 to the peer dependency for this package
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the @apollo/sandbox package metadata and inspect its peerDependencies, then check the existing package validation or install workflow. Done means React 19 is accepted as a peer dependency and the reported npm installation no longer produces the peer dependency error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100