solidjs/templates

ts-router tamplate not working

mztlive opened this issue · 2 comments

Uncaught TypeError: route.outlet is not a function
at get children [as children] (components.jsx:65:68)
at Object.fn (dev.js:995:35)
at runComputation (dev.js:696:22)
at updateComputation (dev.js:679:3)
at createMemo (dev.js:250:10)
at children (dev.js:577:20)
at dev.js:995:14
at untrack (dev.js:434:12)
at Object.fn (dev.js:991:36)
at runComputation (dev.js:696:22)

PR #95 Is the proposed fix for this issue.

I merged the PR, thanks for raising the issue!