Add missing mutation todo
This commit is contained in:
parent
75504ec4fc
commit
3f6669228f
|
@ -158,6 +158,7 @@ pub fn apply_mutations(
|
|||
} => {
|
||||
let value = match value {
|
||||
BorrowedAttributeValue::Text(value) => value,
|
||||
BorrowedAttributeValue::None => todo!("Remove the attribute"),
|
||||
value => {
|
||||
panic!("Encountered unsupported bevy_dioxus attribute `{name}: {value:?}`.")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue