We use this PostSelector component in the Posts List block for example, for the Manual Override setting. If there are several posts with the same title, we get console errors, and we can only select one of the posts with identical titles. Once selected, the block is filtered as expected, but the other posts with same title no longer appear in the dropdown.
I see in the FormTokenField docs that it has a `displayTransform` attribute, maybe we could use it to use the post id as value but display the title (unlike now where we use the title also as value, which is what causes issues in case of duplicates)
This is quite an edge case, probably doesn't happen, but could be nice to fix anyways.