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

Package vadimdemedes/ink not compatible with React 19 #22

Open
jsadoski-rockhall opened this issue Dec 18, 2024 · 2 comments
Open

Package vadimdemedes/ink not compatible with React 19 #22

jsadoski-rockhall opened this issue Dec 18, 2024 · 2 comments

Comments

@jsadoski-rockhall
Copy link

There is a current issue with ink that is breaking support for React 19 (affects Next 15): vadimdemedes/ink#688 

Discussion: https://discord.com/channels/983865673656705025/1318230919579963473

@QuentinFontenay
Copy link

Hi, I found myself in the same situation so I decided to fork the ink project to upgrade to react 19 and the latest version of react-reconciler in the meantime. I then override the react version of sst + the ink package.

"overrides": {
    "sst": {
      "ink": "https://github.com/QuentinFontenay/ink/tree/react-v19.0.0",
      "react": "$react"
    }
  },

@jsadoski-rockhall
Copy link
Author

Thank you, @QuentinFontenay. Unfortunately, I wasn't able to build ink on Windows 11, and I'm not sure if it's worth trying if this is a quick fix on their end.

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

No branches or pull requests

2 participants