Jinhyun Park

Results 11 comments of Jinhyun Park

add this css to your child wrapper comp. for example ```jsx {...............} ``` const ChildCompWrapper = styled.div` pointer-events: ${({ isDragging }) => isDragging && 'none'}; `

# Here is the solution I didn't want to resolve this issue in such a complex manner, but it seems like the only way, so I'm sharing it with you....

Hi! I'd like to work on this issue. If no one else is currently working on it, I'll submit a PR shortly.

I’d like to take this on. Please let me know if there’s anything I should be aware of before I begin.

@levkovich2806 You're absolutely right to bring this up — it’s a subtle but important distinction. According to the [HTML specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formmethod), the `formmethod` attribute on a submit button **should override** the...

I looked into this and it seems the performance issue is caused by how React adds event listeners to portal containers. Right now, `preparePortalMount()` always calls `listenToAllSupportedEvents()` on the portal...

Thanks for raising this — this is a subtle but important aspect of hydration in React. To clarify, even though the inline style values *look identical*, hydration mismatches can still...

I wasn’t fully certain about the intended direction of the issue, but I attempted a solution. Please let me know if any adjustments are needed. #33434

@hoxyq I'll take a look and help triage this. Please share the relevant code links or file pointers when you have a moment!