Lee Jiwon
Lee Jiwon
### Base Idea - `plugin.ts` depend on `@plugin` and `@common`. - `index.html` depend on `@ui` and `@common`. - `@common` don't depend on `@plugin` and `@ui`. - interact with figma code...
**Describe the bug** Value change instantly when using the multiple LiveList move method quickly **To Reproduce** 1. fork liveblocks todo list - https://liveblocks.io/examples/collaborative-todo-list/nextjs-todo-list 3. add API_KEY in liveblocks.config.ts 4. change...
### New Feature Resolve the following issues to implement the right resize handler. ### Fixed Problems |problem|as-is|to-be| |--|--|--| |If it goes outside the viewport during resizing, it can’t return to...
There are several toolbar bug about position |bug|video| |--|--| |If drag to some position, toolbar can't back in viewport.|| |When first click toolbar button, it move (not critical bug, enhancement)||...
## To reproduce **stackblitz Link**: https://stackblitz.com/edit/vitejs-vite-rdyvfyjg?file=src%2FApp.tsx ```tsx import { useState } from 'react'; import { DayPicker } from 'react-day-picker'; import 'react-day-picker/style.css'; const DAY_IN_MS = 24 * 60 * 60 *...