chore(dependencies): update package versions for improved compatibility (#332)
This commit is contained in:
committed by
GitHub
parent
f9ebe2f927
commit
9ce150609e
@@ -702,6 +702,7 @@ export function PageViewsChart() {
|
||||
const [activeChart, setActiveChart] =
|
||||
useState<keyof typeof chartConfig>('desktop');
|
||||
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
const chartData = [
|
||||
{ date: '2024-04-01', desktop: 222, mobile: 150 },
|
||||
{ date: '2024-04-02', desktop: 97, mobile: 180 },
|
||||
|
||||
Reference in New Issue
Block a user