# Probably https://github.com/bevyengine/bevy/issues/13139 GitHub Incorrect handling of EntityRef/Mut Queries + Resources resulting ... Bevy version 0.13 What you did Have a system with EntityRef & ResMut<T>. What went wrong System should not have any access conflicts but it does. Additional information Minimal example to...