feat: add AI request debouncing (500ms) #91
Annotations
6 warnings
|
verify (20.x):
src/components/VideoFeed/VideoFeed.tsx#L187
React Hook useEffect has a missing dependency: 'isCameraInitialized'. Either include it or remove the dependency array
|
|
verify (20.x):
src/App.tsx#L573
React Hook useEffect has a missing dependency: 'currentEmotion'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setOverlayEmotion' needs the current value of 'currentEmotion'
|
|
verify (20.x):
scripts/verify-session-flow.ts#L576
Unexpected any. Specify a different type
|
|
verify (22.x):
src/components/VideoFeed/VideoFeed.tsx#L187
React Hook useEffect has a missing dependency: 'isCameraInitialized'. Either include it or remove the dependency array
|
|
verify (22.x):
src/App.tsx#L573
React Hook useEffect has a missing dependency: 'currentEmotion'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setOverlayEmotion' needs the current value of 'currentEmotion'
|
|
verify (22.x):
scripts/verify-session-flow.ts#L576
Unexpected any. Specify a different type
|