feat: session provider work for unit testing also #2301
Annotations
3 errors
lint:
src/stories/WithLoggedInSuperUser.tsx#L8
Type '{ user: User; logout: () => Promise<void>; setUser: () => void; isLoadingUser: false; }' is missing the following properties from type 'SessionContextProps': sessionError, refetchUserSession
|
lint:
src/stories/WithLoggedInUser.tsx#L8
Type '{ user: User; logout: () => Promise<void>; setUser: () => void; isLoadingUser: false; }' is missing the following properties from type 'SessionContextProps': sessionError, refetchUserSession
|
lint
Process completed with exit code 2.
|