Unable to import react-stockcharts into react project using react: ^16.2.6 following example

when following the example at https://codesandbox.io/s/github/rrag/react-stockcharts-examples2/tree/master/examples/CandleStickStockScaleChartWithVolumeBarV1
... i have no idea, where there could be dependencie problems. Up to which react version is react-stockcharts compatible? Anybody had similiar problems?
@rrag please drop a sign of living. im sure we can get this lib maintained by some guys, if you don't have the time or motivation anymore. But lettin this faboulous lib slowly vanish is a sad thing..
@gewure I have the charts up and running with React 16.9.0. How's your package.json?
Here're my dependencies:
"dependencies": { "@material-ui/core": "^4.3.2", "@material-ui/icons": "^4.2.1", "@material-ui/styles": "^4.3.0", "apexcharts": "^3.8.4", "classnames": "^2.2.6", "d3-dsv": "^1.1.1", "d3-format": "^1.3.2", "d3-time-format": "^2.1.3", "ismounted": "^0.1.0", "moment": "^2.24.0", "mui-datatables": "^2.8.1", "react": "^16.9.0", "react-apexcharts": "^1.3.3", "react-dom": "^16.9.0", "react-router-dom": "^5.0.1", "react-scripts": "3.1.0", "react-stockcharts": "^0.7.8", "recharts": "^1.7.1", "tinycolor2": "^1.4.1" },
And totally agree that it'll be a shame to lose this great library!