https://reactnavigation.org/docs/redux-integration ```tsx <Stack.Screen name="Test" component={TestScreen} options={{ title: () => <CounterContainer /> }} /> ``` The type of title does not take a function: ``` title?: string ``` It should be `headerTitle`.