Property ‘updated’ in type ‘CdsIcon’ is not assignable to the same property in base type ‘LitElement’

What is The Error? This issue is caused because of the latest push done at CDS (Clarity design systems) by miss they have not updated the ‘LitElement‘ dependency plugin. Actual error:   Solution : For now, you can temporarily downgrade @lit/reactive-elementĀ to versionĀ 1.2.1: npm install @lit/reactive-element@<1.2.2 else Just add the below code in the package.js “resolutions”: { “@lit/reactive-element”: “1.2.1” } Then run npm install Arjun JSArjun is a Full-stack developer, who is fond of the web. Lives in Chikmagalur, Karnataka, India arjunckm.in

Read More