Arthur944

Results 3 comments of Arthur944

If you check in the demos folder you'll see an implementation with icons. ``` generateNodeProps={rowInfo => ({ icons: rowInfo.node.isDirectory ? [ , ] : [ F , ], buttons: [...

I have the same issue too

I actually got this working, although it does take some effort. Here's what I did: 1: Add this to your viteFinal function in main.js ``` config.optimizeDeps.include = [ ...(config.optimizeDeps?.include ??...