我试图为我的react原生应用程序使用react-redux,但不知何故出现了这个问题
error: bundling failed: Error: Unable to resolve module `/hooks/useDispatch` from `C:\Users\TF\lesson\node_modules\react-redux\lib\index.js`: The module `./hooks/useDispatch` could not be fou
slice.ts里有这个选择器以及appSelector in hooks.ts/Team/node_modules/react-redux/lib/hooks/useReduxContext.js:27:46)
at useSelector (/Users/kukodajanos/Workspace&
我有这个组件:import { useSelector, useDispatch } from 'react-redux';
import inputActioncustom React Hook function.React component names must start with an uppercase letter react-hooks/rules