Add missing mutation todo

This commit is contained in:
JMS55 2023-12-21 22:19:35 -08:00
parent 75504ec4fc
commit 3f6669228f
1 changed files with 1 additions and 0 deletions

View File

@ -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:?}`.")
}