you did. seems strange though since lit doesn't nuke the dom when props change. it updates attributes, text nodes, etc individually
you did. seems strange though since lit doesn't nuke the dom when props change. it updates attributes, text nodes, etc individually
Yes, same for (p)react, Vue etc. The difference is it's on nodes *they* created, not nodes that were already there. So if anything else depends on nodes that were already there, you run into timing issues.