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