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

React 19 support (RC) #526

Merged
merged 12 commits into from
Jun 11, 2024
Merged

React 19 support (RC) #526

merged 12 commits into from
Jun 11, 2024

Conversation

vladmoroz
Copy link
Contributor

@vladmoroz vladmoroz commented Jun 11, 2024

  • Pin deps (@types/react was having a hiccup with the current lockfile, removed the lockfile to resolve that, which triggered a bunch of other deps-related changes, like turbo upgrade. I resolved the latter but pinned all deps to specific versions to avoid this in the future)
  • Upgrade Primitives to the new versions that support React 19 and RSC out of the box
  • Fix inert in React 19
  • Add React 19 to peer deps

@vladmoroz vladmoroz requested a review from lucasmotta June 11, 2024 10:53
Copy link

vercel bot commented Jun 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
themes-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 11, 2024 1:52pm

Copy link
Contributor

@lucasmotta lucasmotta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small thing in regards the eslint config, other than that looks good.

"eslint-plugin-react": "7.28.0",
"eslint-config-turbo": "^1.9.3"
"eslint-plugin-turbo": "2.0.3"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this package change intentional? If so we should also update the eslint-config-custom to use it as a plugin instead of a config.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had an issue when it requested I'd use the plugin, but rolling it back and just upgrading eslint-config-turbo it's gone now

Probably was a stale lockfile thing

@vladmoroz vladmoroz merged commit 650b53b into main Jun 11, 2024
2 checks passed
@vladmoroz vladmoroz deleted the vlad/react-19 branch June 11, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants