Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add non-existent entity behavior to Has doc (#11025)
# Objective `Has<T>` in some niche cases may behave in an unexpected way. Specifically, when using `Query::get` on a `Has<T>` with a despawned entity. ## Solution Add precision about cases wehre `Query::get` could return an `Err`.
- Loading branch information