Update node.js.yml #3
Annotations
10 errors and 4 warnings
build (16.x):
src/components/Modal.jsx#L1
'React' is defined but never used
|
build (16.x):
src/components/Modal.jsx#L37
'onClose' is missing in props validation
|
build (16.x):
src/components/Modal.jsx#L37
'children' is missing in props validation
|
build (16.x):
src/event/EventOutlet.jsx#L1
'React' is defined but never used
|
build (16.x):
src/event/components/EventLog.jsx#L3
'Modal' is defined but never used
|
build (16.x):
src/event/components/EventLog.jsx#L48
'e' is missing in props validation
|
build (16.x):
src/event/components/EventLog.jsx#L61
'e.billType' is missing in props validation
|
build (16.x):
src/event/components/EventLog.jsx#L67
'e.name' is missing in props validation
|
build (16.x):
src/event/components/EventLog.jsx#L70
'e.billType' is missing in props validation
|
build (16.x):
src/event/components/EventLog.jsx#L73
'e.cash' is missing in props validation
|
build (16.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (16.x):
src/event/components/NavigationBar.jsx#L37
React Hook useEffect has a missing dependency: 'onSelectedBody'. Either include it or remove the dependency array. If 'onSelectedBody' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
build (16.x):
src/event/eventInfo/EventInfo.jsx#L59
React Hook useEffect has a missing dependency: 'eventId'. Either include it or remove the dependency array
|
build (16.x):
src/router.jsx#L7
Fast refresh can't handle anonymous components. Add a name to your export
|