Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: [UNCAUGHT] Cannot read properties of undefined (reading 'Profile') #964

Open
paustint opened this issue Jun 27, 2024 · 0 comments
Assignees
Labels

Comments

@paustint
Copy link
Contributor

View details in Rollbar: https://app.rollbar.com/a/jetstream/fix/item/Jetstream/1515


TypeError: Cannot read properties of undefined (reading 'Profile')
  File "../../../libs/features/manage-permissions/src/utils/permission-manager-table-utils.tsx", line 509, in getFieldColumns
              label: profile.Profile.Name,
  File "../../../libs/features/manage-permissions/src/utils/permission-manager-table-utils.tsx", line 502, in getFieldColumns
        (['read', 'edit'] as const).forEach((permissionType, i) => {
  File "../../../libs/features/manage-permissions/src/utils/permission-manager-table-utils.tsx", line 500, in getFieldColumns
      selectedProfiles.forEach((profileId, i) => {
  File "../../../libs/features/manage-permissions/src/ManagePermissionsEditor.tsx", line 331, in ManagePermissionsEditor
          setFieldColumns(getFieldColumns(selectedProfiles, selectedPermissionSets, profilesById, per...
  File "../../../libs/features/manage-permissions/src/ManagePermissionsEditor.tsx", line 192, in ManagePermissionsEditor
          initTableData();
  File "../../../node_modules/react-dom/cjs/react-dom.production.min.js", line 243, in EE
    function Pj(a,b,c){var d=b.updateQueue;d=null!==d?d.lastEffect:null;if(null!==d){var e=d=d.next;d...
  File "../../../node_modules/react-dom/cjs/react-dom.production.min.js", line 285, in kh
    u)u.return=g,V=u;else b:for(g=w;null!==V;){h=V;if(0!==(h.flags&2048))try{switch(h.tag){case 0:cas...
  File "../../../node_modules/react-dom/cjs/react-dom.production.min.js", line 281, in [anonymous]
    function Wk(a,b,c,d){do Hk();while(null!==wk);if(0!==(K&6))throw Error(p(327));c=a.finishedWork;v...
@paustint paustint self-assigned this Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant