Skip to content

Commit

Permalink
Deploying to gh-pages from @ DioxusLabs/dioxus@a2df9c2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Aug 15, 2023
1 parent a8a1a66 commit e0e3219
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/nightly/guide/en/contributing/walkthrough_readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ <h2 id="the-rsx-macro"><a class="header" href="#the-rsx-macro">The rsx! Macro</a
key: None,
// The static template this node will use. The template is stored in a Cell so it can be replaced with a new template when hot rsx reloading is enabled
template: std::cell::Cell::new(TEMPLATE),
root_ids: Default::default(),
root_ids: dioxus::core::exports::bumpalo::collections::Vec::new_in(__cx.bump())
.into(),
dynamic_nodes: __cx.bump().alloc([
// The dynamic count text node (dynamic node id 0)
__cx.text_node(format_args!(&quot;High-Five counter: {0}&quot;, count)),
Expand Down
3 changes: 2 additions & 1 deletion docs/nightly/guide/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -4215,7 +4215,8 @@ <h2 id="the-rsx-macro"><a class="header" href="#the-rsx-macro">The rsx! Macro</a
key: None,
// The static template this node will use. The template is stored in a Cell so it can be replaced with a new template when hot rsx reloading is enabled
template: std::cell::Cell::new(TEMPLATE),
root_ids: Default::default(),
root_ids: dioxus::core::exports::bumpalo::collections::Vec::new_in(__cx.bump())
.into(),
dynamic_nodes: __cx.bump().alloc([
// The dynamic count text node (dynamic node id 0)
__cx.text_node(format_args!(&quot;High-Five counter: {0}&quot;, count)),
Expand Down
2 changes: 1 addition & 1 deletion docs/nightly/guide/en/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/nightly/guide/en/searchindex.json

Large diffs are not rendered by default.

0 comments on commit e0e3219

Please sign in to comment.