You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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 andimport { 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"
.The text was updated successfully, but these errors were encountered: