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

Upgrade to LIT 3 #33

Merged
merged 6 commits into from
Jun 11, 2024
Merged

Upgrade to LIT 3 #33

merged 6 commits into from
Jun 11, 2024

Conversation

ataromoku
Copy link
Contributor

@ataromoku ataromoku requested review from dlockhart, a team, prajapac and brissons and removed request for a team June 11, 2024 16:26
@@ -1,6 +1,6 @@
import { LitElement, html, css } from 'lit-element';
import * as ResizeCallbackMaker from './ResizeCallbackMaker.js';
import { styleMap } from 'lit-html/directives/style-map';
import { styleMap } from 'lit-html/directives/style-map.js';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be import { styleMap } from 'lit/directives/style-map.js';. And any other import from lit-element or lit-html should be changed to lit.

@ataromoku ataromoku requested a review from dlockhart June 11, 2024 16:55
@ataromoku ataromoku requested a review from br-cz June 11, 2024 17:15
@ataromoku ataromoku merged commit d365acf into master Jun 11, 2024
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