lovelace-slider-entity-row icon indicating copy to clipboard operation
lovelace-slider-entity-row copied to clipboard

The main 'lit-element' module entrypoint is deprecated

Open chezpaul opened this issue 3 years ago • 5 comments
trafficstars

Just in case you hadn't noticed:

slider-entity-row.js:1 The main 'lit-element' module entrypoint is deprecated. Please update your imports to use the 'lit' package: 'lit' and 'lit/decorators.ts' or import from 'lit-element/lit-element.ts'. See https://lit.dev/msg/deprecated-import-path for more information.

chezpaul avatar Nov 27 '21 18:11 chezpaul

yep, just about to report this

slider-entity-row.js:1 The main 'lit-element' module entrypoint is deprecated. Please update your imports to use the 'lit' package: 'lit' and 'lit/decorators.ts' or import from 'lit-element/lit-element.ts'. See https://lit.dev/msg/deprecated-import-path for more information.

Petro31 avatar Dec 05 '21 17:12 Petro31

https://github.com/thomasloven/lovelace-slider-entity-row/pull/239

merge req fixing #228

darkkatarsis avatar Feb 02 '22 07:02 darkkatarsis

It would seem this issue was never addressed. The error still shows up:

image

(sorry it won't let me copy the text...)

EDIT: found a way to get to the log:

slider-entity-row.js?hacstag=1448997001721:1 The main 'lit-element' module entrypoint is deprecated. Please update your imports to use the 'lit' package: 'lit' and 'lit/decorators.ts' or import from 'lit-element/lit-element.ts'. See https://lit.dev/msg/deprecated-import-path for more information.
(anonymous) @ slider-entity-row.js?hacstag=1448997001721:1
slider-entity-row.js?hacstag=1448997001721:59 SLIDER-ENTITY-ROW 17.2.1 IS INSTALLED 

alexruffell avatar Oct 11 '22 12:10 alexruffell

Same issue here. Seems like the pull request to fix this was closed without merging,

wimb0 avatar Oct 17 '22 10:10 wimb0

@thomasloven any thoughts on why that was closed ?

johntdyer avatar Oct 17 '22 13:10 johntdyer

Fixed in 17.3

thomasloven avatar Dec 26 '22 01:12 thomasloven