skip?
не, я хочу отменить запрос в случае componentWillUnmount. // делаю запрос return () => { // отменяю } }, []);
https://stackoverflow.com/questions/71870135/how-to-cancel-the-rtk-query-requests
https://react.dev/learn/synchronizing-with-effects
https://react.dev/learn/synchronizing-with-effects#fetching-data
супер. работает. спасибо.
Обсуждают сегодня