mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
use instead of NodeRef, decoupling the two fixes #3043 * implement internal DomSlot * move DomSlot into submodule of dom_bundle * hide behind feature csr * add test cases * write get in continuation style, this saves a clone * private DomSlot::get