Bug(KnockoutSpa): Router TS issue #1429

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

Originally created by @MarkPieszak on 8/17/2016

TS erroring out (unable to build) due to crossroads.normalizeFn = crossroads.NORM_AS_OBJECT; <-- left hand assignment

ERROR in ./ClientApp/router.ts
(21,9): error TS2450: Left-hand side of assignment expression cannot be a constant 
or a read-only property.
*Originally created by @MarkPieszak on 8/17/2016* TS erroring out (unable to build) due to `crossroads.normalizeFn = crossroads.NORM_AS_OBJECT;` <-- left hand assignment ``` ERROR in ./ClientApp/router.ts (21,9): error TS2450: Left-hand side of assignment expression cannot be a constant or a read-only property. ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1429
No description provided.