error in configureStore.ts buildRootReducer after the redux project creation #302

Closed
opened 2025-08-09 17:15:46 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @rpokrovskij on 12/1/2017

redux project created with VS 2017 15.4.5 template, dotnet --version 2.0.3
application started , before showing each page this exception is catched in debugger. After continue application somhow works, but e.g. INCREMENT button doesn't work.

Unhandled exception at line 7925, column 5 in http://localhost:62942/dist/main-client.js?v=t_7YZRKOFJl0xIwNHUHiPbsmtkcaNQ2IX-_BakvtCvU
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'assign'

image

P.S. the same situation with reactdedux spa generated through dotnet new

*Originally created by @rpokrovskij on 12/1/2017* redux project created with VS 2017 15.4.5 template, dotnet --version 2.0.3 application started , before showing each page this exception is catched in debugger. After continue application somhow works, but e.g. INCREMENT button doesn't work. ``` Unhandled exception at line 7925, column 5 in http://localhost:62942/dist/main-client.js?v=t_7YZRKOFJl0xIwNHUHiPbsmtkcaNQ2IX-_BakvtCvU 0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'assign' ``` ![image](https://user-images.githubusercontent.com/11598038/33483892-af698f4e-d6a8-11e7-8f08-0b61a139c895.png) P.S. the same situation with reactdedux spa generated through `dotnet new`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#302
No description provided.