Remove support for double braces in leptos_fluent!
macro
#851
Annotations
4 warnings
Build with cargo-leptos:
leptos-fluent-macros/src/lib.rs#L4
the feature `absolute_path` has been stable since 1.79.0 and no longer requires an attribute to enable
|
Build with cargo-leptos:
leptos-fluent/src/lib.rs#L878
use of deprecated function `__SsrHtmlTag`: The component `SsrHtmlTag` is not needed anymore and will be removed in v0.2. The `sync_html_tag_lang` and `sync_html_tag_dir` parameters of the `leptos_fluent!` macro are enough to set the `lang` and `dir` attributes of the `<html>` tag on SSR.
|
Build with cargo-leptos:
leptos-fluent-macros/src/lib.rs#L4
the feature `absolute_path` has been stable since 1.79.0 and no longer requires an attribute to enable
|
Build with cargo-leptos:
leptos-fluent/src/lib.rs#L851
use of deprecated function `__SsrHtmlTag`: The component SsrHtmlTag is not needed anymore and will be removed in v0.2. The `sync_html_tag_lang` and `sync_html_tag_dir` parameters of the `leptos_fluent!` macro are enough to set the `lang` and `dir` attributes of the `<html>` tag on SSR.
|
Loading