diff --git a/src/apply_mutations.rs b/src/apply_mutations.rs index a03e8d3..4e1edf3 100644 --- a/src/apply_mutations.rs +++ b/src/apply_mutations.rs @@ -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:?}`.") }