Kim YoungHoon

Results 5 issues of Kim YoungHoon

## What was the problem shadcn Default EX: ```jsx test ``` shadcn asChild EX: ```jsx test ``` --- - Two React elements are being rendered in “” as shown in...

## What was the problem - If you didn't include css variables in your initial setup, we converted them, and the special treatment for “border” resulted in duplicate styling for...

## Fix generatePath to handle parameters with static suffixes Fixes #14040 ## Problem The current regex `/^:([\w-]+)(\??)$/` in `generatePath` requires an exact match of the entire segment to be a...

CLA Signed
pkg:react-router

Fixes #14125 Note: I'm not a native English speaker and used translation tools for this PR. ## Problem When using the `relative()` helper, route IDs were generated using absolute file...

CLA Signed
pkg:@react-router/dev
feat:routes.ts

### Problem After investigating this issue, I traced its origins back to [[Issue #1670](https://github.com/vercel/swr/issues/1670)](https://github.com/vercel/swr/issues/1670) where it was first reported. Following this, [[RFC #1946](https://github.com/vercel/swr/issues/1946)](https://github.com/vercel/swr/issues/1946) mentioned improvements that would address this problem,...