feat: Move from jquery to react js #7
Annotations
2 errors and 8 warnings
test_js (14):
webpack/components/ProxmoxVmType.js#L34
'StartCheck' is missing in props validation
|
test_js (14)
Process completed with exit code 1.
|
test_js (14)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test_js (14)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test_js (14):
webpack/components/ProxmoxContainer/ProxmoxContainerNetwork.js#L24
React Hook useEffect has a missing dependency: 'addInterface'. Either include it or remove the dependency array
|
test_js (14):
webpack/components/ProxmoxContainer/ProxmoxContainerStorage.js#L45
React Hook useEffect has a missing dependency: 'addMountPoint'. Either include it or remove the dependency array
|
test_js (14):
webpack/components/ProxmoxServer/ProxmoxServerNetwork.js#L25
React Hook useEffect has a missing dependency: 'addInterface'. Either include it or remove the dependency array
|
test_js (14):
webpack/components/ProxmoxServer/ProxmoxServerStorage.js#L51
React Hook useEffect has missing dependencies: 'addCDRom', 'addHardDisk', and 'nextDeviceNumbers'. Either include them or remove the dependency array
|
test_js (14):
webpack/components/ProxmoxVmType.js#L64
React Hook useEffect has a missing dependency: 'general'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setFilteredBridges' needs the current value of 'general'
|
test_js (14):
webpack/components/ProxmoxVmType.js#L64
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|