mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* assert there are no circular references the check is costly in release builds and should always fail note that the current PartialEq impl is *not* symmetric! should be fixed as well, with an improved design * remove internal test for cyclic node refs wasm_bindgen does not yet support #[should_panic] see also https://github.com/rustwasm/wasm-bindgen/issues/2286