Skip to content

Add debug feature (#220) #809

Add debug feature (#220)

Add debug feature (#220) #809

Triggered via push August 16, 2024 17:08
Status Success
Total duration 9m 43s
Artifacts

ci.yml

on: push
Check toolchain is stable
8s
Check toolchain is stable
Build book
10s
Build book
Matrix: Build example
Matrix: end2end-tests
Matrix: QA
Matrix: Unit tests
Deploy book
11s
Deploy book
Test leptos-fluent-macros release
20s
Test leptos-fluent-macros release
Release leptos-fluent-macros
0s
Release leptos-fluent-macros
Release leptos-fluent
0s
Release leptos-fluent
Create release
0s
Create release
Fit to window
Zoom out
Zoom in

Annotations

96 warnings
Build example (csr-complete, nightly, ubuntu-latest): 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 example (csr-complete, nightly, ubuntu-latest): leptos-fluent/src/lib.rs#L849
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 example (csr-minimal, nightly, ubuntu-latest): 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 example (csr-minimal, nightly, ubuntu-latest): leptos-fluent/src/lib.rs#L849
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 example (csr-complete, stable, ubuntu-latest): leptos-fluent/src/lib.rs#L849
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 example (csr-complete, nightly, macos-latest): 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 example (csr-complete, nightly, macos-latest): leptos-fluent/src/lib.rs#L849
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 example (csr-minimal, nightly, macos-latest): 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 example (csr-minimal, nightly, macos-latest): leptos-fluent/src/lib.rs#L849
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 example (csr-minimal, stable, ubuntu-latest): leptos-fluent/src/lib.rs#L849
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 example (csr-minimal, stable, macos-latest): leptos-fluent/src/lib.rs#L849
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 example (csr-complete, stable, macos-latest): leptos-fluent/src/lib.rs#L849
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.
End to end tests (chrome, ubuntu-latest): leptos-fluent/src/lib.rs#L849
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.
End to end tests (chrome, ubuntu-latest): leptos-fluent/src/lib.rs#L849
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.
End to end tests (firefox, ubuntu-latest): leptos-fluent/src/lib.rs#L849
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.
End to end tests (firefox, ubuntu-latest): leptos-fluent/src/lib.rs#L849
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.
Deploy book
The following actions use a deprecated Node.js version and will be forced to run on node20: peaceiris/actions-gh-pages@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build example (system-gtk, nightly, ubuntu-latest): 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 example (system-gtk, nightly, ubuntu-latest): leptos-fluent/src/lib.rs#L849
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 example (system-gtk, stable, ubuntu-latest): leptos-fluent/src/lib.rs#L849
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 example (ssr-hydrate-axum, stable, ubuntu-latest): leptos-fluent/src/lib.rs#L849
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 example (ssr-hydrate-axum, stable, ubuntu-latest): leptos-fluent/src/lib.rs#L822
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 example (ssr-hydrate-axum, nightly, ubuntu-latest): 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 example (ssr-hydrate-axum, nightly, ubuntu-latest): leptos-fluent/src/lib.rs#L849
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 example (ssr-hydrate-axum, nightly, ubuntu-latest): 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 example (ssr-hydrate-axum, nightly, ubuntu-latest): leptos-fluent/src/lib.rs#L822
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.
QA (check-all-features): leptos-fluent/src/lib.rs#L849
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.
QA (check-all-features): leptos-fluent/src/lib.rs#L849
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.
QA (check-all-features): leptos-fluent/src/lib.rs#L849
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.
QA (check-all-features): leptos-fluent/src/lib.rs#L849
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.
QA (check-all-features): leptos-fluent/src/lib.rs#L849
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.
QA (check-all-features): leptos-fluent/src/lib.rs#L849
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.
QA (check-all-features): leptos-fluent/src/lib.rs#L849
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.
QA (check-all-features): leptos-fluent/src/lib.rs#L849
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.
QA (check-all-features): leptos-fluent/src/lib.rs#L849
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.
QA (check-all-features): leptos-fluent/src/lib.rs#L849
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 example (ssr-hydrate-actix, nightly, macos-latest): 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 example (ssr-hydrate-actix, nightly, macos-latest): leptos-fluent/src/lib.rs#L849
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 example (ssr-hydrate-actix, nightly, macos-latest): 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 example (ssr-hydrate-actix, nightly, macos-latest): leptos-fluent/src/lib.rs#L822
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 example (ssr-hydrate-actix, stable, ubuntu-latest): leptos-fluent/src/lib.rs#L849
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 example (ssr-hydrate-actix, stable, ubuntu-latest): leptos-fluent/src/lib.rs#L822
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 example (ssr-hydrate-actix, nightly, ubuntu-latest): 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 example (ssr-hydrate-actix, nightly, ubuntu-latest): leptos-fluent/src/lib.rs#L849
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 example (ssr-hydrate-actix, nightly, ubuntu-latest): 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 example (ssr-hydrate-actix, nightly, ubuntu-latest): leptos-fluent/src/lib.rs#L822
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 example (system-gtk, nightly, macos-latest): 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 example (system-gtk, nightly, macos-latest): leptos-fluent/src/lib.rs#L849
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.
End to end tests (chrome, windows-latest): leptos-fluent/src/lib.rs#L849
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.
End to end tests (chrome, windows-latest): leptos-fluent/src/lib.rs#L849
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.
End to end tests (firefox, windows-latest): leptos-fluent/src/lib.rs#L849
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.
End to end tests (firefox, windows-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (ubuntu-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (ubuntu-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (ubuntu-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (ubuntu-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (ubuntu-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (ubuntu-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (ubuntu-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (ubuntu-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (ubuntu-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (ubuntu-latest): leptos-fluent/src/lib.rs#L849
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 example (ssr-hydrate-axum, stable, macos-latest): leptos-fluent/src/lib.rs#L849
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 example (ssr-hydrate-axum, stable, macos-latest): leptos-fluent/src/lib.rs#L822
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 example (ssr-hydrate-actix, stable, macos-latest): leptos-fluent/src/lib.rs#L849
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 example (ssr-hydrate-actix, stable, macos-latest): leptos-fluent/src/lib.rs#L822
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.
QA (build-all-features): leptos-fluent/src/lib.rs#L849
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.
QA (build-all-features): leptos-fluent/src/lib.rs#L849
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.
QA (build-all-features): leptos-fluent/src/lib.rs#L849
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.
QA (build-all-features): leptos-fluent/src/lib.rs#L849
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.
QA (build-all-features): leptos-fluent/src/lib.rs#L849
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.
QA (build-all-features): leptos-fluent/src/lib.rs#L849
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.
QA (build-all-features): leptos-fluent/src/lib.rs#L849
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.
QA (build-all-features): leptos-fluent/src/lib.rs#L849
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.
QA (build-all-features): leptos-fluent/src/lib.rs#L849
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.
QA (build-all-features): leptos-fluent/src/lib.rs#L849
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 example (ssr-hydrate-axum, nightly, macos-latest): 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 example (ssr-hydrate-axum, nightly, macos-latest): leptos-fluent/src/lib.rs#L849
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 example (ssr-hydrate-axum, nightly, macos-latest): 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 example (ssr-hydrate-axum, nightly, macos-latest): leptos-fluent/src/lib.rs#L822
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 example (system-gtk, stable, macos-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (windows-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (windows-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (windows-latest): leptos-fluent/src/lib.rs#L849
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.
End to end tests (chrome, macos-latest): leptos-fluent/src/lib.rs#L849
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.
End to end tests (chrome, macos-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (macos-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (macos-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (macos-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (macos-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (macos-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (macos-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (macos-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (macos-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (macos-latest): leptos-fluent/src/lib.rs#L849
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.
Unit tests (macos-latest): leptos-fluent/src/lib.rs#L849
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.