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
Each row in the data table is calling toDataUrl on the canvas element representing its icon (currently data-table.tsx line 370), causing most of the delay in displaying the data table after the fetch is complete.
Expected Behavior
Either directly display the canvas element, or call toDataUrl once for each version of the icon and cache/look up.
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
Each row in the data table is calling toDataUrl on the canvas element representing its icon (currently data-table.tsx line 370), causing most of the delay in displaying the data table after the fetch is complete.
Expected Behavior
Either directly display the canvas element, or call toDataUrl once for each version of the icon and cache/look up.
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: