chore(deps): bump react-resizable-panels from 2.1.9 to 4.6.4 #4
Annotations
10 warnings
|
Lint:
src/lib/P2PContext.tsx#L22
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
src/hooks/useVoice.ts#L161
React Hook useCallback has a missing dependency: 'stopCamera'. Either include it or remove the dependency array
|
|
Lint:
src/hooks/useSync.ts#L208
React Hook useCallback has a missing dependency: 'roomKeyRef'. Either include it or remove the dependency array
|
|
Lint:
src/components/ui/toggle.tsx#L45
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
src/components/ui/sidebar.tsx#L725
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
src/components/ui/navigation-menu.tsx#L167
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
src/components/ui/form.tsx#L157
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
src/components/ui/button.tsx#L59
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
src/components/ui/badge.tsx#L46
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
src/components/VoiceAudioManager.tsx#L65
The ref value 'audioRefs.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'audioRefs.current' to a variable inside the effect, and use that variable in the cleanup function
|
Loading