MFJoyBoy

Results 3 issues of MFJoyBoy

doc in crates.io indicate that latest version of supported leptos is 0.7 when i add SSRMountStyleProvider the project not compiling

does cli support watch for changes?

i tried to follow examples/07-fullstack/login_form.rs when i use the following code: ``` use crate::components::{EmailInput, PasswordInput, SubmitButton}; use dioxus::prelude::*; use models::EmailAddress; use serde::{Deserialize, Serialize}; #[component] pub fn SignInForm() -> Element {...