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

Uncaught TypeError: Cannot read properties of undefined (reading 'map') #607

Closed
paustint opened this issue Nov 6, 2023 · 0 comments · Fixed by #611
Closed

Uncaught TypeError: Cannot read properties of undefined (reading 'map') #607

paustint opened this issue Nov 6, 2023 · 0 comments · Fixed by #611
Assignees
Labels

Comments

@paustint
Copy link
Contributor

paustint commented Nov 6, 2023

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


TypeError: Cannot read properties of undefined (reading 'map')
  File "../../../apps/jetstream/src/app/components/core/jobs/job-utils.ts", line 11, in downloadJob
          const data = results.map((result) => {
  File "../../../apps/jetstream/src/app/components/core/jobs/Job.tsx", line 136, in Job
                    <button className="slds-button slds-button_neutral" onClick={() => downloadJob(jo...
  File "../../../node_modules/react-dom/cjs/react-dom.production.min.js", line 54, in Object.vwe
    typeof c)throw Error(p(231,b,typeof c));return c}var Lb=!1;if(ia)try{var Mb={};Object.definePrope...
  File "../../../node_modules/react-dom/cjs/react-dom.production.min.js", line 54, in ywe
    typeof c)throw Error(p(231,b,typeof c));return c}var Lb=!1;if(ia)try{var Mb={};Object.definePrope...
  File "../../../node_modules/react-dom/cjs/react-dom.production.min.js", line 55, in _we
    function Ub(a,b,c,d,e,f,g,h,k){Tb.apply(this,arguments);if(Ob){if(Ob){var l=Pb;Ob=!1;Pb=null}else...
  File "../../../node_modules/react-dom/cjs/react-dom.production.min.js", line 105, in MD
    function nf(a,b,c){var d=a.type||"unknown-event";a.currentTarget=c;Ub(d,b,void 0,a);a.currentTarg...
  File "../../../node_modules/react-dom/cjs/react-dom.production.min.js", line 106, in $B
    function se(a,b){b=0!==(b&4);for(var c=0;c<a.length;c++){var d=a[c],e=d.event;d=d.listeners;a:{va...
  File "../../../node_modules/react-dom/cjs/react-dom.production.min.js", line 117, in [anonymous]
    0<d.length&&(e=new Ld("onBeforeInput","beforeinput",null,c,e),g.push({event:e,listeners:d}),e.dat...
  File "../../../node_modules/react-dom/cjs/react-dom.production.min.js", line 274, in HO
    function Rk(a,b){var c=K;K|=1;try{return a(b)}finally{K=c,0===K&&(Hj=B()+500,fg&&jg())}}function ...
  File "../../../node_modules/react-dom/cjs/react-dom.production.min.js", line 52, in uB
    function Bb(a){if(a=Cb(a)){if("function"!==typeof yb)throw Error(p(280));var b=a.stateNode;b&&(b=...
@paustint paustint self-assigned this Nov 6, 2023
paustint added a commit that referenced this issue Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant