react-blessed-contrib
react-blessed-contrib copied to clipboard
Support for react-blessed 0.3.x
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
?
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.
Yeah that makes sense.
For my usage, so far it works. Not sure of any edge cases that might exist.
i think it work but with class compenents i have some problemes now with Tables