Skip to content

Commit

Permalink
Fix typescript error in generated root config (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning authored Sep 22, 2024
1 parent d25d53b commit a9735bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/hip-radios-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"generator-single-spa": patch
---

Fix typescript error in generated root configs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ registerApplication({

// registerApplication({
// name: "@<%- orgName %>/navbar",
// app: () => System.import("@<%- orgName %>/navbar"),
// activeWhen: ["/"]
// app: () =>
// System.import<% if (typescript) {%><LifeCycles><% } %>(
// "@<%- orgName %>/navbar"
// ),
// activeWhen: ["/"],
// });

start({
Expand Down

0 comments on commit a9735bc

Please # to comment.