feedzai / brushable-histogram

A time histogram with a brushable preview of the whole dataset below it
Other
91 stars 9 forks source link

React 17 compatibility #66

Open bsplosion opened 2 years ago

bsplosion commented 2 years ago

Are there plans to introduce React 17 compatibility? It doesn't look like the dependencies have been updated yet:

...
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   react@"17.0.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"16.x" from @feedzai/brushable-histogram@1.2.2
npm ERR! node_modules/@feedzai/brushable-histogram
npm ERR!   @feedzai/brushable-histogram@"^1.2.2" from the root project

Note that React 16 is generally not supported any longer per their major versions policy: https://github.com/reactjs/reactjs.org/issues/1745#issuecomment-466767389

lfac-pt commented 2 years ago

Hey @bsplosion ! Sorry for the late reply. This is not something we are able to do right now. We might be able to do it in a couple of months.