Solutionunvalidated
Update the selector to read from the correct key, e.g. useSelector((state) => state.fileUpload.files), or change the store reducer key to match the selector.
b2c3ea82-d68b-4aae-874c-b145bc7ff984
Update the selector to read from the correct key, e.g. useSelector((state) => state.fileUpload.files), or change the store reducer key to match the selector.