-
Notifications
You must be signed in to change notification settings - Fork 16
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
Upgrade to Lit 3 #634
Comments
After some tinkering, it appears that upgrading |
I threw some time at this today. I didn't get far, but I don't know when I will get back to it so recording my findings here if it's useful to anyone else, or me in the future 😄 I updated lit as well as all the web component related dependencies and then observed three failing unit tests and focused on getting those working:
(I do see the |
The problem
Lit 3 was recently released. We're on Lit 2 and don't want to fall too far behind. Lit 3 claims to largely be a smooth upgrade, as one of the only known breaking changes is dropping IE 11 support (which we already do not support).
The solution
Upgrade to Lit 3.
Additional information
I tried briefly installing Lit 3 and running a build, but ran into a fair number of TypeScript errors as a result. These could be because Lit 3 introduced breaking changes they didn't realize.
The text was updated successfully, but these errors were encountered: