I'm trying to implement classMap from lit-html. When I install the package my application stops working saying the following: Package path ./directives/unsafe-svg is not exported from package.
This error originates from another web component I'm using which uses the same version of lit-element as I'm using: 2.4.0. I've been reading that using lit-element and lit-html can interfere due to version mismatch. I ran npm dedupe but that also didn't work.
Does anyone know how to fix this?