We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
React 19 stable has been released a week ago, but @vidstack/react is not compatible with it yet.
@vidstack/react
"peerDependencies": { "@types/react": "^18.0.0", "react": "^18.0.0" },
Using React 19 and Next.js 15, I'm getting this warning:
@vidstack/react 1.12.12 ├── ✕ unmet peer react@"^18.0.0": found 19.0.0 └── ✕ unmet peer @types/react@"^18.0.0": found 19.0.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe:
React 19 stable has been released a week ago, but
@vidstack/react
is not compatible with it yet.Anything Else?
Using React 19 and Next.js 15, I'm getting this warning:
The text was updated successfully, but these errors were encountered: