Skip to content

Make keys of ActionModalComponents unique

Dominic Zimmer requested to merge react-actions-resultmodalkeys into react

I forgot to apply this fix before merging react-actions into react. ActionComponentHost provides spawnComponent, which embeds ActionModalComponents into the DOM, but using ActionModalComponent.name as key was a little bit reckless. That's fixed now.

image

Merge request reports