Trung Dang
Trung Dang
Seems the online option is to set `assetsInlineLimit: 0` in `vite.config.js` if I want to line an svg inside url Another solution is mentioned here https://github.com/vitejs/vite/issues/15986#issuecomment-1954386523
Any update on this?
So this probably means the current stable (v5) and the upcoming version (v6) of MUI don't support a custom theme in a server component? It seems I can follow this...
``` import { arrayMove } from '@dnd-kit/helpers' const handleDragEnd = (event, manager) => { const { operation, canceled } = event const { source, target } = operation if (canceled)...
Sometimes, when the source array used to render the sortable list is updated after the `onDragEnd`, the next sorting behavior with `onDragEnd` now will have `source.sortable.index === source.sortable.initialIndex` but `target`...
Would love to have an update for this
Isn't it better just to keep the old (deprecated) API ListItemSecondaryAction instead?
any update for this?
This should be mentioned in the documentation as a breaking change as there's no built-in support for this feature now.