File Manager Renders Twice #24
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have found when the file manager loads, it is rendering twice causing the process of listing and detecting all files (which involves downloading (~10 bytes) to also be triggered twice, which is a waste.
This is common on React 18 projects. Might be because of the strict mode thingy
https://react.dev/reference/react/StrictMode
Its weird, but it helps finding out bugs