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
In the above custom hook, the context is referenced and should be abstracted and props from the context passed in instead.
The current implementation inappropriately requires context to be used but all other hooks are usable without the use of contexts.
Don't worry, I checked git blame and it was my doing :D
DoD:.
Full regression test needed. App should work as expected previously.
The text was updated successfully, but these errors were encountered:
gitea-react-toolkit/src/components/file/useFile.js
Line 37 in 1855cc1
In the above custom hook, the context is referenced and should be abstracted and props from the context passed in instead.
The current implementation inappropriately requires context to be used but all other hooks are usable without the use of contexts.
Don't worry, I checked git blame and it was my doing :D
DoD:.
Full regression test needed. App should work as expected previously.
The text was updated successfully, but these errors were encountered: