feat: ダッシュボードの実装 #121
Annotations
10 errors and 2 warnings
lint:
client/src/components/ConditionAvg.jsx#L3
'fetchedData' is missing in props validation
|
lint:
client/src/components/ConditionAvg.jsx#L7
'fetchedData.forEach' is missing in props validation
|
lint:
client/src/components/ConditionAvg.jsx#L10
'fetchedData.length' is missing in props validation
|
lint:
client/src/components/ConditionDist.jsx#L15
'fetchedData' is missing in props validation
|
lint:
client/src/components/ConditionDist.jsx#L28
'fetchedData.forEach' is missing in props validation
|
lint:
client/src/components/DrinkingAmountGraph.jsx#L23
'fetchedData' is missing in props validation
|
lint:
client/src/components/DrinkingAmountGraph.jsx#L23
'daysInMonth' is missing in props validation
|
lint:
client/src/components/DrinkingCount.jsx#L3
'fetchedData' is missing in props validation
|
lint:
client/src/components/DrinkingCount.jsx#L6
'fetchedData.length' is missing in props validation
|
lint
Process completed with exit code 1.
|
lint:
client/src/Dashboard.jsx#L41
React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array
|
lint:
client/src/components/DrinkingAmountGraph.jsx#L52
React Hook useEffect has a missing dependency: 'daysInMonth'. Either include it or remove the dependency array
|