mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* don't attach noderef to components, add test case * remove node_ref from VNode and VComp * fmt & macro tests * remove uneeded test & todo this test is done at compile time. there's no node_ref field so it can't be set * feature soundness & clippy * add marker field, in an attempt to reduce bundle size * Update migration guide