Javascript – Created upload function what works, but unable to return usestate from function
I have been trying to solve this for awhile and have reduced it to the barest minium I can, I have this page import React, { useState } from "react" import useUploader from "./uploaderexample" function Uploadpage() { // Handles file…