When fixing the key uniqueness for getting rid of React warnings in the browser's console, there was forgotten the fact of dependence on the key property. It caused an unexpected prefix issue that occurs only when dial code is selected manually. This PR fixes that issue.
All Submissions:
[x] Have you followed the guidelines in our Contributing document?
[x] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
Changes to Core Features:
[x] Have you added an explanation of what your changes do and why you'd like us to include them?
[ ] Have you updated the documentation related to the changes you have made?
[ ] Have you written new tests for your core changes, as applicable?
[x] Have you successfully run tests with your changes locally?
Motivation:
When fixing the key uniqueness for getting rid of React warnings in the browser's console, there was forgotten the fact of dependence on the
key
property. It caused an unexpected prefix issue that occurs only when dial code is selected manually. This PR fixes that issue.All Submissions:
Changes to Core Features: