File Manager Renders Twice #24

Open
opened 2024-03-27 10:31:23 +00:00 by pcfreak30 · 1 comment
Owner

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.

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.
pcfreak30 added this to the Q2 milestone 2024-03-27 10:31:23 +00:00
pcfreak30 added the
bug
label 2024-03-27 10:31:23 +00:00
ditorodev was assigned by pcfreak30 2024-03-27 10:31:23 +00:00
pcfreak30 added this to the Portal project 2024-03-27 10:31:23 +00:00
Collaborator

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

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
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: LumeWeb/portal-dashboard#24
No description provided.