mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
Fix SVG warning fix
This commit is contained in:
parent
d3f2cae07a
commit
b3da8a5dba
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ use leptos_reactive::Scope;
|
|||
use std::{borrow::Cow};
|
||||
#[cfg(all(target_arch = "wasm32", feature = "web"))]
|
||||
use wasm_bindgen::JsCast;
|
||||
#[cfg(all(target_arch = "wasm32", feature = "web"))]
|
||||
use std::cell::LazyCell;
|
||||
|
||||
macro_rules! generate_svg_tags {
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue