We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bump the lit template to lit version 3.x. It is currently using lit 2.6.
This would mean replacing:
"@lit-labs/context": "^0.2.0", "@lit-labs/task": "^2.0.0", "lit": "^2.6.1"
with
"lit": "^3.1.0", "@lit/context": "^1.1.0", "@lit/task": "^1.0.0",
Although I think "@lit/task": "^1.0.0" is not even used anywhere so it can potentially get removed completely.
"@lit/task": "^1.0.0"
It may also require smaller code changes but nothing major I think.
The text was updated successfully, but these errors were encountered:
Cool, I have updated to the latest versions and moved context and task from -labs with #407
context
task
-labs
I don't think we can removed @lit/task just yet, Task is still in use here for example
@lit/task
Task
Sorry, something went wrong.
Oh cool, great :)
Okay, I did not see this, let's just keep it then.
Successfully merging a pull request may close this issue.
Bump the lit template to lit version 3.x. It is currently using lit 2.6.
This would mean replacing:
with
Although I think
"@lit/task": "^1.0.0"
is not even used anywhere so it can potentially get removed completely.It may also require smaller code changes but nothing major I think.
The text was updated successfully, but these errors were encountered: