diff --git a/src/components/Farmhand/Farmhand.context.js b/src/components/Farmhand/Farmhand.context.js index 1f00b0a4f..87986b748 100644 --- a/src/components/Farmhand/Farmhand.context.js +++ b/src/components/Farmhand/Farmhand.context.js @@ -23,7 +23,7 @@ import uiEventHandlers from '../../handlers/ui-events' * viewList: string[], * viewTitle: string, * } - * handlers: uiEventHandlers + * handlers: uiEventHandlers & { debounced: uiEventHandlers } * }>} */ // @ts-expect-error