react-blessed-contrib icon indicating copy to clipboard operation
react-blessed-contrib copied to clipboard

Support for react-blessed 0.3.x

Open philraj opened this issue 6 years ago • 3 comments

After installing react-blessed-contrib, I get a peer dependency warning:

npm WARN [email protected] requires a peer of [email protected] but none is installed. You must install peer dependencies yourself.

Seems it's strictly asking for 0.2.x. Any idea if it can be changed to ^0.2.x?

philraj avatar Sep 25 '18 17:09 philraj

It is safer to use more restricted versions.

Last time react-blessed updated from 0.1.x to 0.2.x it completely broke this package.

Have you tried it with 0.3.0? If it works I guess we can bump the version.

dundalek avatar Sep 27 '18 14:09 dundalek

Yeah that makes sense.

For my usage, so far it works. Not sure of any edge cases that might exist.

philraj avatar Sep 27 '18 19:09 philraj

i think it work but with class compenents i have some problemes now with Tables

leaderiop avatar Jan 17 '22 16:01 leaderiop