Handle chunk SSE events for token-by-token streaming #38
Annotations
1 warning
|
build:
src/components/ChatWidget/ChatWidget.tsx#L98
React Hook useCallback has a missing dependency: 'showBranding'. Either include it or remove the dependency array. If 'setConfig' needs the current value of 'showBranding', you can also switch to useReducer instead of useState and read 'showBranding' in the reducer
|