Closed ItsDoot closed 1 week ago
Seemed to have missed the export of DynamicComponentFetch from #15593. TryFromFilteredError which is returned by impl TryFrom<FiliteredEntityMut/Ref> for EntityRef/Mut also seemed to have been missing.
DynamicComponentFetch
TryFromFilteredError
impl TryFrom<FiliteredEntityMut/Ref> for EntityRef/Mut
Export both of them.
you made them public so they should be documented, after that it's good to go 🙂
Objective
Seemed to have missed the export of
DynamicComponentFetch
from #15593.TryFromFilteredError
which is returned byimpl TryFrom<FiliteredEntityMut/Ref> for EntityRef/Mut
also seemed to have been missing.Solution
Export both of them.