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

lit: incorrect warning about multiple versions in dev mode #1274

Open
florian-sanders-cc opened this issue Dec 5, 2024 · 0 comments
Open
Labels
maintenance Code refactoring, project structure, dev tooling (storybook, dev server, npm tasks...)

Comments

@florian-sanders-cc
Copy link
Contributor

Context

We have updated Lit to latest but we still get a message telling us that multiple versions of lit are being used.

When troubleshooting, it shows that the same version of lit seems to be loaded several times?
image

This may be "normal" in the Storybook context since the Storybook renderer relies on Lit and our components do too but it's surprising that it's not deduped somehow?
npm ls looks clean so we're almost sure we're not shipping different lit versions in production at least.

@florian-sanders-cc florian-sanders-cc added the maintenance Code refactoring, project structure, dev tooling (storybook, dev server, npm tasks...) label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Code refactoring, project structure, dev tooling (storybook, dev server, npm tasks...)
Projects
None yet
Development

No branches or pull requests

1 participant