I have angular 10 sections on the website, which are always minified (prod). I built them with out minifying. Cleared browser data, disabled Composite Files, restarted the website. I still have errors, but the different browser consoles shows different errors.
On Chrome and Edge, I am getting the same error as my first post on the reducers.ts file, line 107, which is the last line in the file.
On Firefox, I am getting the error with export-bundle.js and the file still looks like minified. Not sure why it is still minified, minification is turned off.
Uncaught TypeError: c is not a function
u http://localhost/DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=743:38732
v http://localhost/DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=743:38733
unstable_runWithPriority http://localhost/DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=743:38739
cg http://localhost/DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=743:38532
Jj http://localhost/DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=743:38658
yj http://localhost/DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=743:38649
Ig http://localhost/DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=743:38640
bk http://localhost/DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=743:38691
ik http://localhost/DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=743:38694
export-bundle.js:38732:196
TypeError: p is undefined
getWeekArray export-bundle.js:5093
value export-bundle.js:5097
gi export-bundle.js:38592
fi export-bundle.js:38591
Rj export-bundle.js:38673
Qj export-bundle.js:38656
Kj export-bundle.js:38656
yj export-bundle.js:38649
fg export-bundle.js:38533
unstable_runWithPriority export-bundle.js:38739
cg export-bundle.js:38532
fg export-bundle.js:38533
gg export-bundle.js:38532
Ig export-bundle.js:38640
enqueueSetState export-bundle.js:38542
setState export-bundle.js:38279
onStateChange export-bundle.js:13808
dispatch export-bundle.js:10186
createThunkMiddleware export-bundle.js:65052
dispatch export-bundle.js:10536
loadPage index.html:6238
tryCatch export-bundle.js:37351
invokeCallback export-bundle.js:37366
publish export-bundle.js:37340
flush export-bundle.js:37070
useMutationObserver export-bundle.js:37037
<anonymous> export-bundle.js:37094
<anonymous> export-bundle.js:36953
<anonymous> export-bundle.js:36955
<anonymous> export-bundle.js:38127
__webpack_require__ reducers.ts:35
<anonymous> export-bundle.js:65071
__webpack_require__ reducers.ts:35
<anonymous> export-bundle.js:84
<anonymous> export-bundle.js:87
export-bundle.js:38619:195
TypeError: p is undefined
getWeekArray export-bundle.js:5093
value export-bundle.js:5097
gi export-bundle.js:38592
fi export-bundle.js:38591
Rj export-bundle.js:38673
Qj export-bundle.js:38656
Kj export-bundle.js:38656
yj export-bundle.js:38649
fg export-bundle.js:38533
unstable_runWithPriority export-bundle.js:38739
cg export-bundle.js:38532
fg export-bundle.js:38533
gg export-bundle.js:38532
Ig export-bundle.js:38640
enqueueSetState export-bundle.js:38542
setState export-bundle.js:38279
onStateChange export-bundle.js:13808
dispatch export-bundle.js:10186
createThunkMiddleware export-bundle.js:65052
dispatch export-bundle.js:10536
loadPage index.html:6238
tryCatch export-bundle.js:37351
invokeCallback export-bundle.js:37366
publish export-bundle.js:37340
flush export-bundle.js:37070
useMutationObserver export-bundle.js:37037
<anonymous> export-bundle.js:37094
<anonymous> export-bundle.js:36953
<anonymous> export-bundle.js:36955
<anonymous> export-bundle.js:38127
__webpack_require__ reducers.ts:35
<anonymous> export-bundle.js:65071
__webpack_require__ reducers.ts:35
<anonymous> export-bundle.js:84
<anonymous> export-bundle.js:87
export-bundle.js:38619:195
Uncaught TypeError: c is not a function
u export-bundle.js:38732
t export-bundle.js:38733
onmessage export-bundle.js:38737
EventHandlerNonNull* export-bundle.js:38737
<anonymous> export-bundle.js:38744
__webpack_require__ reducers.ts:35
<anonymous> export-bundle.js:38713
__webpack_require__ reducers.ts:35
<anonymous> export-bundle.js:38423
__webpack_require__ reducers.ts:35
<anonymous> export-bundle.js:5300
__webpack_require__ reducers.ts:35
<anonymous> export-bundle.js:64180
__webpack_require__ reducers.ts:35
<anonymous> export-bundle.js:84
<anonymous> export-bundle.js:87
Can the issue be with Redux reducer (I am not much familar with it)? What does export-bundle.js file do? Why the Firefox shows different error than Chrome and Edge? This is bogging me down for few days now, any help is greatly appreciated.