You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==== Triggering cargo build ====
warning: debug builds on the wasm32-unknown-unknown are currently totally broken
forcing a release build
Compiling yew-test v0.1.0 (file:///C:/projects/test/yew-test)
error: Could not compile yew-test.
cargo build outputs:
Compiling yew-test v0.1.0 (file:///C:/projects/test/yew-test)
error: recursion limit reached while expanding the macro html_impl
--> src\components\network_config.rs:84:9
|
84 | / html! {
85 | | <form class="uk-form-horizontal uk-margin-small",>
86 | | <div class="uk-margin",>
87 | | <label class="uk-form-label", for="ip-address",>{"IP Address"}
... |
110 | |
111 | | }
| |_________^
|
= help: consider adding a #![recursion_limit="128"] attribute to your crate
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: aborting due to previous error
error: Could not compile yew-test.
The text was updated successfully, but these errors were encountered:
cargo web build
outputs:cargo build
outputs:error: aborting due to previous error
error: Could not compile
yew-test
.The text was updated successfully, but these errors were encountered: