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

Fix the runApp() usage during jaspr create my_web_app #1

Merged
merged 1 commit into from
Jun 3, 2022

Conversation

Clean-Cole
Copy link

@Clean-Cole Clean-Cole commented Jun 3, 2022

Creating a new jaspr web app with the pub executable creates an application with initial errors.

The following line does not properly build or compile.

runApp(() => App(), id: 'output');

But works properly when changed to

runApp(App());

P.S. Thank you for making this package.

@schultek
Copy link
Owner

schultek commented Jun 3, 2022

Thanks

@schultek schultek merged commit e57043c into schultek:main Jun 3, 2022
@schultek
Copy link
Owner

schultek commented Jun 3, 2022

Published in v0.1.1

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

Successfully merging this pull request may close these issues.

3 participants