diff --git a/packages/status-react/src/contexts/app-context.tsx b/packages/status-react/src/contexts/app-context.tsx index f96e5378..369f40d4 100644 --- a/packages/status-react/src/contexts/app-context.tsx +++ b/packages/status-react/src/contexts/app-context.tsx @@ -52,7 +52,7 @@ export const AppProvider = (props: Props) => { }, }), // eslint-disable-next-line react-hooks/exhaustive-deps - [state] + [state, config.options] ) return {children}