Hyunmin Woo (Hanul)

Results 4 issues of Hyunmin Woo (Hanul)

올려주신 코드를 실행했을 때, toggle이 정상 작동하지 않고(한번 켜지면 다시 안 꺼짐), add item을 했을 때 아이템이 최대 한 개만 추가되며, 아이템이 추가된 상태에서 toggle을 했을 때는 추가된 아이템이 사라집니다....

question
frontend
HW3

# Describe the problem https://github.com/react-component/table/blob/e23e391f4fc1fc884814c853fda580349024f783/src/Table.tsx#L119 From the source code, currently the type of `rowKey` attribute is `string` or callback function. However I think we can make the type of `rowKey`...

## Summary Fixes #18114. It Seems in `apply-config-to-theme.ts#keyPathToCssProperty` function the theme key is transformed as: - `.` is replaced with `-` - `/([a-z])([A-Z])/` is replaced with `$1-$2.toLowerCase()` However in `theme.ts#resolve`,...

**What version of Tailwind CSS are you using?** v4.1.7 **What build tool (or framework if it abstracts the build tool) are you using?** `[email protected]` & `@tailwindcss/[email protected]` **What version of Node.js...