In my case, I was using State together with Equatable and I forgot to give Equatable variables as props.
@override List<Object?> get props => [status, entity];