sonnet icon indicating copy to clipboard operation
sonnet copied to clipboard

create-sonnet-app imports sonnetjs/router 0.0.7, fails to load `lazy`

Open canadaduane opened this issue 1 year ago • 1 comments

When creating an app via npx create-sonnet-app an app generated with the router will try to load @sonnetjs/router at version 0.0.7 and import { lazy } ... however, lazy is only defined in 0.0.8.

I think the create-sonnet-app template needs to bump its generated package.json dependencies to "@sonnetjs/router": "0.0.8".

canadaduane avatar Dec 21 '24 23:12 canadaduane

Thank you for raising this issue

htmujahid avatar May 15 '25 00:05 htmujahid