solidjs / templates

Vite + solid templates
446 stars 117 forks source link

ts-router tamplate not working #97

Closed mztlive closed 1 year ago

mztlive commented 1 year ago

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)

LadyBluenotes commented 1 year ago

PR #95 Is the proposed fix for this issue.

amoutonbrady commented 1 year ago

I merged the PR, thanks for raising the issue!