-
Notifications
You must be signed in to change notification settings - Fork 51
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
Lacking support for React 18 #22
Comments
@robert-harbison Has there been any updates on this? I'd love to integrate this into my current project, but need React 18 support. I'd much rather use the main repository than my own or someone else's fork. If you're needing any help with the upgrades, I'd be happy to help! |
I'm currently working on a fork that updates this package to use the most up to date dependencies and support React 18. Once I verify this, I will be opening a PR. If anyone wants to contribute, feel free! https://github.com/jaxtonw/xterm-for-react18/tree/react18 |
I have opened a pull request, #24 which adds support for React 18! If this gets approved, it would be great if the package on NPM could be updated as well. |
Hi, |
@AbanoubYounan I appreciate you trying to suggest a fix, however that package has no publicly available code and is namesquatting. At best that package is pointless, and at worst it may be malicious. As of my current (and quick) investigation, it does not actually appear to be malicious, but it is not advised that people use this package. |
Has the PR been approved yet? Fans are impatient to use xterm-for-react with React 18 |
@jaxtonw thanks for your work! |
@nsoubelet it is starting to get to that point. I'll ping @robert-harbison again to see if they will respond. If I don't hear back from them in the next few days, I'll start working on publishing my forked version on NPM, update some documentation, and clearly give @robert-harbison credit for creating the project. I've also been thinking it may be worth migrating to a functional component. That will come after the forked version goes on NPM and is confirmed to work for others. |
Hello @jaxtonw, I guess you did not hear back from devs. |
@nsoubelet apologies for not responding earlier. My focus has been on research, thesis, and an internship. I do plan to publish this package soon, unless @robert-harbison hops back on and merges in my work. |
Its been so long |
Any updates on this? |
Hey @jaxtonw are there any updates? I am eager to use this module with React 18. |
Hi @arcaguax I am currently using this module with success so far: You may remove or alter the used XTermJS plugins. Be aware, that the |
Hi,can you tell me when you finally released support fron react-18?According to the link you posted,the downloadable package is still the one that does not support react-18.Thank you! |
@uaena001 There is a misunderstanding in the translation. @mastersign I will give it a try thanks! |
Is your feature request related to a problem? Please describe.
This is incompatible with React 18 via peer dependency. If you attempt to install this with React 18 installed, npm will give you an error
Describe the solution you'd like
I would like to see the peer dependencies updated to allow for this to be installed into a react 18 project
Describe alternatives you've considered
I have considered forking this repo and fixing it or using an existing fork, but I would prefer for the main repository to have this fix.
Additional context
Example of error:
The text was updated successfully, but these errors were encountered: