pagesource / atomic-react-components

A react pattern library with collocation for generic react components equipped with recommended development ecosystem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create/use a module to generate unique random Ids

vinodloha opened this issue · comments

Sometimes we forget to set Ids on form fields and this leads to some web accessibility issues. If we make use of random Ids as fallback this can be prevented.

Provide a global mock for JEST so that snapshot testing doesn't break.