Changes since 24.4.0.alpha22
Fixes
-
Update tsconfig and log message
Commit · Pull request · IssueInstead of updating and throwing exception for 'tsconfig.json'. Generate .bak file, update file and log info if the file is updated. both make a .bak file with a 'stamp'. Only log for tsDefinition instead of throwing. Only log warning one time.
-
Fix anchor navigation with react router
Commit · Pull request · IssueFixed navigation via anchor to Flow views not rendering content. Removed unnecessary if-block from Flow.tsx that stopped rendering the view.