Initial commit: BlockSim v1.0.0 #1
Annotations
10 errors and 3 warnings
|
Lint Code:
src/components/visualizers/MiningVisualizer.jsx#L5
'shortenHash' is defined but never used
|
|
Lint Code:
src/components/visualizers/MempoolVisualizer.jsx#L2
'formatTimestamp' is defined but never used
|
|
Lint Code:
src/components/visualizers/HashVisualizer.jsx#L1
'useCallback' is defined but never used
|
|
Lint Code:
src/components/visualizers/BlockchainVisualizer.jsx#L371
`'` can be escaped with `'`, `‘`, `'`, `’`
|
|
Lint Code:
src/components/visualizers/BlockchainVisualizer.jsx#L370
`"` can be escaped with `"`, `“`, `"`, `”`
|
|
Lint Code:
src/components/visualizers/BlockchainVisualizer.jsx#L370
`"` can be escaped with `"`, `“`, `"`, `”`
|
|
Lint Code:
src/components/visualizers/BlockchainVisualizer.jsx#L370
`'` can be escaped with `'`, `‘`, `'`, `’`
|
|
Lint Code:
src/components/visualizers/BlockchainVisualizer.jsx#L369
`'` can be escaped with `'`, `‘`, `'`, `’`
|
|
Lint Code:
src/components/visualizers/BlockDetailsPanel.jsx#L185
`'` can be escaped with `'`, `‘`, `'`, `’`
|
|
Lint Code:
src/components/visualizers/BlockDetailsPanel.jsx#L18
'hashInput' is assigned a value but never used
|
|
Lint Code:
src/components/common/NotificationSystem.jsx#L29
React Hook useCallback has a missing dependency: 'removeNotification'. Either include it or remove the dependency array
|
|
Lint Code:
src/components/common/NotificationSystem.jsx#L6
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint Code:
src/App.jsx#L47
React Hook useEffect has a missing dependency: 'handleNavigate'. Either include it or remove the dependency array
|