You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be looked closer at, current solution is not optimal as it contains // eslint-disable-next-line react-hooks/exhaustive-deps to ignore TS error.
mheggelund
changed the title
I see you use the same implementation as in the example i provided. Dont add counter there, it will probably wreck something.
Refactor useEffect to start file upload in Browse.tsx
Nov 7, 2023
mheggelund
changed the title
Refactor useEffect to start file upload in Browse.tsx
Refactor useEffect to start file upload in Browse.tsx, remove TS ignore
Jan 25, 2024
But you should reconsider use of the [fileToBeUpload, progress] as it should be used in useEffect.
Originally posted by @Sinrefvol in #129 (comment)
The text was updated successfully, but these errors were encountered: