Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
canadaduane opened this issue Dec 21, 2024 · 0 comments
Open

Comments

@canadaduane
Copy link

canadaduane commented Dec 21, 2024

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant