mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
Fix platform-less check in launch
This commit is contained in:
parent
391fe15db8
commit
87572d694f
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ mod current_platform {
|
|||
#[cfg(not(any(feature = "desktop", feature = "web", feature = "fullstack")))]
|
||||
pub fn launch(
|
||||
root: fn() -> dioxus_core::Element,
|
||||
contexts: super::ContextList,
|
||||
contexts: Vec<Box<super::ValidContext>>,
|
||||
platform_config: Config,
|
||||
) {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue