Код: Выделить всё
useEffect(() => {
start(undefined, scrollViewRef.current);
return () => {
copilotEvents.off('stop');
};
}, []);
Подробнее здесь: https://stackoverflow.com/questions/793 ... le-screens
Код: Выделить всё
useEffect(() => {
start(undefined, scrollViewRef.current);
return () => {
copilotEvents.off('stop');
};
}, []);