Open
Conversation
오버레이 컴포넌트 8종, 공유 훅, 이벤트 타입 시스템, 테스트 80개. 컴포넌트: - InfoWindow (open/close 패턴, Portal 기반 ReactNode content) - GroundOverlay (url/bounds 변경 시 인스턴스 재생성) - CustomOverlay (OverlayView 상속, createPortal로 React children 렌더링) - Circle, Rectangle, Ellipse, Polygon, Polyline (Shape 일괄) 인프라: - useOverlayLifecycle 공유 훅 (mount/unmount 라이프사이클) - EventHandlerProps<E> 매핑 타입 (오버레이별 이벤트 타입 제한) - StrokeStyle, FillStyle 공유 인터페이스 - Marker에 mousedown/mouseup/rightclick 이벤트 추가 - loadScript 서버 환경 가드 - vitest headless 모드 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
useOverlayLifecycle공유 훅으로 mount/unmount 라이프사이클 통일EventHandlerProps<E>매핑 타입으로 오버레이별 이벤트를 타입 레벨에서 제한StrokeStyle,FillStyle공유 인터페이스로 Shape 스타일 통일🤖 Generated with Claude Code