Usage with lit
#142
-
When is there an example available using lit? I'Ve tried to use your lib within a class that extends from LitElement, but it didn't work. I assume this doesn't work due to the shadowDom. If there are no plans for a lit example, as a hint, do I have to make the 'document' property work with a document-fragement coming from the shadowRoot, e.g. by "weaken" the deepAssign function? |
Beta Was this translation helpful? Give feedback.
Answered by
simonwep
Oct 31, 2021
Replies: 1 comment
-
Support for LitElement is planned, I'll soon push a branch to test it out :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dabukster
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support for LitElement is planned, I'll soon push a branch to test it out :)