# Objective

- Fixes #18780

## Solution

- Add `?`

## Testing

- CI

---

## Notes

_smol_
This commit is contained in:
Zachary Harrold 2025-04-10 10:27:09 +10:00 committed by GitHub
parent ea69012799
commit 73f03327c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ bevy_reflect = [
## Adds serialization support through `serde`.
serialize = [
"serde",
"smol_str/serde",
"smol_str?/serde",
"bevy_ecs/serialize",
"bevy_math/serialize",
"bevy_platform_support/serialize",