We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b6c39 commit 6984897Copy full SHA for 6984897
1 file changed
packages/react/src/views/UserInformation/UserInformation.js
@@ -58,7 +58,7 @@ const UserInformation = () => {
58
};
59
60
getCurrentUserInfo();
61
- }, [RCInstance, setCurrentUserInfo]);
+ }, [RCInstance, currentUser]);
62
63
const ViewComponent = viewType === 'Popup' ? Popup : Sidebar;
64
0 commit comments