feat: Move from jquery to react js #5
Annotations
7 errors and 8 warnings
webpack/components/proxmox_vm.js#L50
Unexpected var, use let or const instead
|
webpack/components/proxmox_vm.js#L50
Identifier 'removable_input_hidden' is not in camel case
|
webpack/components/proxmox_vm.js#L50
'removable_input_hidden' is assigned a value but never used
|
webpack/components/proxmox_vm.js#L50
Replace `"div.removable-item[style='display:·none;']"·+·"·+·input:hidden"` with `⏎····"div.removable-item[style='display:·none;']"·+·'·+·input:hidden'⏎··`
|
webpack/components/proxmox_vm.js#L50
Unexpected string concatenation of literals
|
webpack/components/proxmox_vm.js#L51
'removableInputHidden' is not defined
|
|
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/
|
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/
|
webpack/components/ProxmoxContainer/ProxmoxContainerNetwork.js#L24
React Hook useEffect has a missing dependency: 'addInterface'. Either include it or remove the dependency array
|
webpack/components/ProxmoxContainer/ProxmoxContainerStorage.js#L45
React Hook useEffect has a missing dependency: 'addMountPoint'. Either include it or remove the dependency array
|
webpack/components/ProxmoxServer/ProxmoxServerNetwork.js#L25
React Hook useEffect has a missing dependency: 'addInterface'. Either include it or remove the dependency array
|
webpack/components/ProxmoxServer/ProxmoxServerStorage.js#L51
React Hook useEffect has missing dependencies: 'addCDRom', 'addHardDisk', and 'nextDeviceNumbers'. Either include them or remove the dependency array
|
webpack/components/ProxmoxVmType.js#L62
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'
|
webpack/components/ProxmoxVmType.js#L62
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
This job failed
Loading