mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
6 lines
253 B
Text
6 lines
253 B
Text
language js
|
|
|
|
JsxAttribute(name=$name) as $stmt where {
|
|
or { $name <: `defaultValue`, $name <: `defaultChecked` },
|
|
register_diagnostic(span=$stmt, message="Keep Preact form state explicit with controlled value or checked props.", severity="error")
|
|
}
|