We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa75015 commit c3bb6ffCopy full SHA for c3bb6ff
site/src/xServices/StateContext.tsx
@@ -31,7 +31,7 @@ export const XServiceProvider: React.FC = ({ children }) => {
31
value={{
32
authXService: useInterpret(authMachine),
33
buildInfoXService: useInterpret(buildInfoMachine),
34
- usersXService: useInterpret(usersMachine.withConfig({ actions: { redirectToUsersPage } })),
+ usersXService: useInterpret(() => usersMachine.withConfig({ actions: { redirectToUsersPage } })),
35
}}
36
>
37
{children}
0 commit comments