#3591905: drush config:import can fail to update a Component whose active_version changed
Closes #3591905
AI-Generated: Yes (Used Claude Code to diagnose the problem and write the fix and test).
Testing instructions
- Create an enabled code component with one prop. This auto-generates its Component config entity.
- Back up the database.
- Add a second prop and save. The Component gains a new active version.
- Export configuration.
- Restore the database you backed up in step 2.
- Run
drush config:import.