I removed all three tasks from a project and I got an application error:
framework-cbe9bb34a782e1f0.js:9 TypeError: Cannot read properties of null (reading 'effective_hours')
at tasks-7d8c862bdbdc3994.js:1:10238
at Array.reduce (<anonymous>)
at tasks-7d8c862bdbdc3994.js:1:10220
at Array.reduce (<anonymous>)
at tasks-7d8c862bdbdc3994.js:1:10171
at Array.reduce (<anonymous>)
at tasks-7d8c862bdbdc3994.js:1:10147
at Object.aq [as useMemo] (framework-cbe9bb34a782e1f0.js:9:65286)
at n.useMemo (framework-cbe9bb34a782e1f0.js:25:5986)
at ea (tasks-7d8c862bdbdc3994.js:1:10111)
a9 @ framework-cbe9bb34a782e1f0.js:9
main-cca5c57c87906309.js:1 TypeError: Cannot read properties of null (reading 'effective_hours')
at tasks-7d8c862bdbdc3994.js:1:10238
at Array.reduce (<anonymous>)
at tasks-7d8c862bdbdc3994.js:1:10220
at Array.reduce (<anonymous>)
at tasks-7d8c862bdbdc3994.js:1:10171
at Array.reduce (<anonymous>)
at tasks-7d8c862bdbdc3994.js:1:10147
at Object.aq [as useMemo] (framework-cbe9bb34a782e1f0.js:9:65286)
at n.useMemo (framework-cbe9bb34a782e1f0.js:25:5986)
I did the same thing on another project but the error didn't show up.
I removed all three tasks from a project and I got an application error:
I did the same thing on another project but the error didn't show up.