equation-editor-react icon indicating copy to clipboard operation
equation-editor-react copied to clipboard

Support for React 18

Open CodeMaven opened this issue 2 years ago • 3 comments

Does not work with react 18+ without forcing it.

npm ERR! react@"^18.2.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.0.0" from [email protected] npm ERR! node_modules/equation-editor-react npm ERR! equation-editor-react@"^0.0.10" from the root project

CodeMaven avatar Sep 13 '22 14:09 CodeMaven

Hey! Thanks for opening the issue! I will not have time very soon to fix this, so feel free t open a PR and I'll merge it!

V0XNIHILI avatar Sep 15 '22 10:09 V0XNIHILI

I just created a new branch + PR (https://github.com/flw0/equation-editor-react/pull/69) as a base to for React 18. As I haven't worked with React for over a year, I am not sure how to work with some of the new ref APIs. If you have time, it would be great if you could contribute to solving a few of these issues so that the package works fully with React 18. Let me know!

V0XNIHILI avatar Mar 23 '23 13:03 V0XNIHILI

I haven't been able to spend much time looking into PR #69, but is this repo on your radar at all still @V0XNIHILI? I'd love to be able to use this with React 18+!

lpleahy avatar Jun 22 '24 18:06 lpleahy