Skip to content

Commit 907d23b

Browse files
committed
style: MapComponent hooks.tsをBiome設定に合わせてフォーマット
1 parent d3442ad commit 907d23b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • apps/web/src/components/organisms/MapComponent

apps/web/src/components/organisms/MapComponent/hooks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ export function useMapComponent({
331331
// マップ初期化(一度だけ実行、依存関係は意図的に除外)
332332
// 注意: この useEffect は意図的に依存関係を空にしています
333333
// 依存関係を追加するとマップが何度も再初期化されて問題を起こすためです
334+
// biome-ignore lint/correctness/useExhaustiveDependencies: マップ初期化時の依存関係は意図的に制限しています
334335
useEffect(() => {
335336
if (!mapContainerRef.current || mapInitializedRef.current) return
336337

0 commit comments

Comments
 (0)