Closed dehoward closed 4 years ago
No two ids on a page should be the same (duplicate-id-aria).
id
If you have a DateField/DateTimeField/TextField with the same props.name then this error will arise.
props.name
This PR ensures that no two components will have the same ID.
No two
id
s on a page should be the same (duplicate-id-aria).If you have a DateField/DateTimeField/TextField with the same
props.name
then this error will arise.This PR ensures that no two components will have the same ID.