You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2018. It is now read-only.
When using Projector#merge, if the topmost render toggles rendering (returns valid VDOM or undefined between renders), existing CSS classes are not preserved on subsequent renders:
Package Version: 2.0.0
Code
<!DOCTYPE html><htmllang="en"><head><title>Preserve CSS classes when merging</title></head><body><divid="target" class="preserve-me" /></body></html>