saicu

Results 2 issues of saicu

`dioxus::ssr::render_lazy` panics when giving it an empty component, see this small example ``` #[cfg(test)] mod tests { use dioxus::prelude::*; fn TestEl(cx: Scope) -> Element { None } #[test] fn it_works()...

bug
ssr

**Please add steps to reproduce the problem:** https://keystonejs.com/docs/guides/document-field-demo In the Document Fields Demo, try to click between the grid and the notice component, its unreachable. **Please describe what you expected...