Kirill Malyakin
Kirill Malyakin
In new version React react-autosuggest has problem with access to Ref, because function component can't work with Ref as prop. Rename ref => innerRef
Hi, i have got the error in the console ```tsx import { useEffect, useRef } from "react"; import Chart from "chart.js/auto"; import "chartjs-adapter-date-fns"; import ChartDatasourcePrometheusPlugin from "chartjs-plugin-datasource-prometheus"; import "./styles.css"; export...
Incorrect default value for stayMounted prop