我使用react-query来获取一些数据,在fetchlangs函数完成后,我需要调用useQuery中的fetchPagesContent函数,因为我需要动态语言的ID才能在fetchPagesContent函数中使用它,我如何使用react-query来实现import { useQuery} from 'react
我真的很难弄清楚我的问题在哪里,我最近修改了很多代码,现在我遇到了这个问题 ERROR Warning: React has detected a change in the order of Hooks called by Navigation. This will lead to bugs and errors if not fixed. For more information, read the Rules of Hooks: https://reactjs.org/link/rules-of-hooks
Previous render Next