ErrLookup › yewstack/yew
yewstack/yew
Rust / Wasm framework for creating reliable and efficient web applications · Rust · 189 source files
Analyzed at 0e4a05472f on 2026-08-22. 73 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| only structs are supported | panic | error | rust, yew, proc-macro, derive, properties, tuple-struct, panic |
| Failed to lock GITHUB_ISSUE_LABELS_FETCHER: {err} | exception | error | rust, mutex, poisoning, concurrency, changelog-tool, github-api |
| missing `type Input` | validation | error | rust, yew, linked-state, proc-macro, associated-type |
| missing `type Context` | validation | error | rust, yew, linked-state, proc-macro, associated-type |
| missing `async fn resolve` | validation | error | rust, yew, linked-state, proc-macro, async, missing-method |
| string literals must not contain more than one class (hint: | validation | error | rust, yew, classes, css, html-macro, compile-error |
| expected a valid closing tag for component note: found openi | validation | error | rust, yew, html-macro, closing-tag, jsx, component |
| missing condition for `if` expression | validation | error | rust, yew, html-macro, if-expression, syntax |
| this `if` expression has a condition, but no block | validation | error | rust, yew, html-macro, if-expression, syntax, missing-block |
| expected block or `if` after `else` | validation | error | rust, yew, html-macro, if-expression, else, syntax |
| duplicate key for a node in a `{loop_kind}`-loop this will c | validation | error | rust, yew, html-macro, list-key, diffing, virtual-dom |
| missing expression for `match` | validation | error | rust, yew, html-macro, match-expression, syntax |
| this `match` expression has a scrutinee, but no body | validation | error | rust, yew, html-macro, match-expression, syntax, missing-block |
| `match` expression must have at least one arm | validation | error | rust, yew, html-macro, match-expression, empty-arms |
| `break`, `continue`, and `return` in a match arm cannot be f | validation | error | rust, yew, html-macro, match-expression, control-flow |
| byte-strings can't be converted to HTML text note: remove th | validation | error | rust, yew, html-macro, byte-string, literal, text-child |
| unsupported literal | validation | error | rust, yew, html-macro, literal, verbatim, invalid-suffix |
| missing condition for `while` expression | validation | error | rust, yew, html-macro, while-loop, syntax |
| this `while` expression has a condition, but no block | validation | error | rust, yew, html-macro, while-loop, syntax, missing-block |
| this hook takes 2 arguments but 1 argument was supplied | validation | error | rust, proc-macro, ssr, compile-time, yew |
| this hook takes 2 arguments but 1 argument was supplied | validation | error | rust, proc-macro, ssr, compile-time, yew |
| expected enum, found struct | validation | error | rust, derive-macro, yew-router, compile-time, routing |
| expected enum, found union | validation | error | rust, derive-macro, yew-router, compile-time, routing |
| only named fields are supported | validation | error | rust, derive-macro, yew-router, compile-time, routing |
| at attribute must be present on every variant | validation | error | rust, derive-macro, yew-router, compile-time, routing |
| failed to find worker context | panic | critical | rust, wasm, yew-agent, context-provider, runtime-panic |
| resolver not set on server-side LinkProvider | panic | critical | rust, ssr, yew-link, server-rendering, runtime-panic |
| use_linked_state requires a LinkProvider | panic | critical | rust, wasm, yew-link, context-provider, runtime-panic |
| unkeyed child in fully keyed list | panic | critical | rust, wasm, yew, virtual-dom, runtime-panic |
| failed to create detached element | panic | error | rust, wasm, yew, suspense, dom, environment |
| invalid attribute key | panic | error | rust, wasm, yew, dom, attributes, runtime-panic |
| could not set property | panic | error | rust, wasm, yew, dom, properties, runtime-panic |
| could not remove attribute | panic | error | rust, wasm, yew, dom, attributes, runtime-panic |
| could not remove property | panic | error | rust, wasm, yew, dom, properties, runtime-panic |
| can't create namespaced element for vtag | panic | error | rust, wasm, yew, dom, xml-namespace, runtime-panic |
| couldn't clone cached element | panic | error | dom, custom-elements, clone-node, internal-invariant |
| can't create element for vtag | panic | error | dom, vtag, invalid-tag-name, validation |
| couldn't clone node to be cached | panic | error | dom, custom-elements, clone-node, internal-invariant |
| failed to clone node. | panic | error | hydration, ssr, dom, clone-node |
| failed to remove child element | panic | error | dom, external-mutation, unmount, lifecycle |
| failed to deserialize state | panic | error | hydration, ssr, csp, base64, use-prepared-state |
| failed to prepare state | panic | error | ssr, bincode, serialization, use-prepared-state |
| To suspend rendering, a <Suspense /> component is required. | panic | error | suspense, lifecycle, use-prepared-state, hydration |
| a resuming component must have a Suspense ancestor | panic | error | suspense, lifecycle, internal-invariant |
| no body node found | panic | error | bootstrap, renderer, dom, wasm |
| failed to render application | panic | error | ssr, server-rendering, panic, tokio |
| failed to prepare state | panic | error | ssr, bincode, serialization, use-transitive-state |
| no ctx found | panic | error | context, use-context, docs, provider |
| I'm sure this event has a target! | panic | warning | events, docs, web-sys, optional-target |
| mouse event doesn't have a target | panic | warning | events, docs, web-sys, mouse-event |
| event target should be of type HtmlElement | panic | warning | events, docs, web-sys, type-cast, svg |
| global document not set | panic | warning | docs, web-sys, dom, environment |
| element with id `mousemoveme` not present | panic | warning | docs, dom, element-not-found, timing |
| no ctx found | panic | error | context, use-context, docs, provider |
| Event should have a target when dispatched | panic | error | yew, events, option-expect, wasm, panic |
| Expected to find a #modal_host element | panic | error | yew, portals, gloo, dom, panic |
| no ctx found | panic | error | yew, context, hooks, panic |
| I'm sure this event has a target! | panic | error | wasm-bindgen, web-sys, events, option-expect, panic |
| mouse event doesn't have a target | panic | error | web-sys, events, mouse, option-expect, panic |
| event target should be of type HtmlElement | panic | error | web-sys, jscast, events, type-mismatch, panic |
| global document not set | panic | error | web-sys, document, gloo, dom-api-misuse, panic |
| element with id `mousemoveme` not present | panic | error | web-sys, dom, get-element-by-id, panic |
| no ctx found | panic | error | yew, context, hooks, panic |
| Event should have a target when dispatched | panic | error | yew, events, option-expect, wasm, panic |
| Expected to find a #modal_host element | panic | error | yew, portals, gloo, dom, panic |
| no ctx found | panic | error | yew, context, hooks, panic |
| I'm sure this event has a target! | panic | error | wasm-bindgen, web-sys, events, option-expect, panic |
| mouse event doesn't have a target | panic | error | web-sys, events, mouse, option-expect, panic |
| event target should be of type HtmlElement | panic | error | web-sys, jscast, events, type-mismatch, panic |
| global document not set | panic | error | web-sys, document, gloo, dom-api-misuse, panic |
| element with id `mousemoveme` not present | panic | error | web-sys, dom, get-element-by-id, panic |
| no ctx found | panic | error | yew, context, hooks, panic |
| Event should have a target when dispatched | panic | error | yew, events, option-expect, wasm, panic |