宋铄运 (Alan Song)

Results 3 issues of 宋铄运 (Alan Song)

The Yjs implementation has [applyDelta](https://github.com/yjs/yjs/blob/main/src/types/YText.js#L951-L977) for YText, which is used by yjs binding for quilljs: [y-quill](https://github.com/yjs/y-quill/blob/master/src/y-quill.js#L119) I'm experimenting with using ywasm for y-quill, but found that `applyDelta` doesn't seem to...

# Build tools simpification - Use vite for bundling cjs and esm ouput - Use vitest for testing & coverage report - TS is supported out of the box so...

### Steps to reproduce Link to live example: [(required)](https://mui.com/base-ui/react-transitions/) Steps: 1. Click any of the "Show popup" buttons 2. Click "Hide popup" 3. Notice the exit transition is missing The...

scope: transitions
package: @mui/base
type: regression