Skip to content
New issue

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

Support React 19 #1533

Open
pppdns opened this issue Dec 12, 2024 · 0 comments
Open

Support React 19 #1533

pppdns opened this issue Dec 12, 2024 · 0 comments
Labels
feature New feature or request

Comments

@pppdns
Copy link

pppdns commented Dec 12, 2024

Describe:

React 19 stable has been released a week ago, but @vidstack/react is not compatible with it yet.

"peerDependencies": {
  "@types/react": "^18.0.0",
  "react": "^18.0.0"
},

Anything Else?

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
@pppdns pppdns added the feature New feature or request label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant