mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
Ignore unused useActions
This commit is contained in:
@@ -25,6 +25,7 @@ export type BoundActions = {
|
||||
* @deprecated please use actions directly with `useAppDispatch`
|
||||
* @see https://github.com/reduxjs/react-redux/issues/1252#issuecomment-488160930
|
||||
**/
|
||||
// eslint-disable-next-line import/no-unused-modules
|
||||
export function useActions() {
|
||||
const dispatch = useDispatch();
|
||||
return useMemo(() => {
|
||||
|
||||
Reference in New Issue
Block a user