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: add missing extension to Lit directive import #7782

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

web-padawan
Copy link
Member

Description

Fixes #7780

Looks like the return type of some renderer directives was not properly evaluated since Lit enforces using .js extension and it was missing from several imports in grid and grid-pro packages. Adding it fixes the Lit plugin warning.

Type of change

  • Bugfix

Copy link

sonarqubecloud bot commented Sep 9, 2024

@web-padawan web-padawan removed the request for review from tomivirkki September 9, 2024 11:35
@web-padawan web-padawan merged commit 9855678 into main Sep 9, 2024
9 checks passed
@web-padawan web-padawan deleted the fix/lit-directives-extension branch September 9, 2024 11:35
web-padawan added a commit that referenced this pull request Sep 9, 2024
web-padawan added a commit that referenced this pull request Sep 9, 2024
@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with Vaadin 24.5.0.beta2 and is also targeting the upcoming stable 24.5.0 version.

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

Successfully merging this pull request may close these issues.

Lit plugin 'no-incompatible-type-binding' warning triggered when using columnBodyRenderer
3 participants