1uphealth / fhir-react

FHIR React Component Library
MIT License
99 stars 30 forks source link

Add customId to accordion #361

Closed daria-lasecka closed 2 years ago

daria-lasecka commented 2 years ago

Issue:


PR Checklist

Why are these changes needed?

In next.js applications using lodash's uniqueId causes "Props mismatch" warning to occur. Inputting a custom Id allows for the programmer to get rid of this warning.

What changed?

Add custom Id to all components, and use it in accordion. Updated README.md with information about customId.

How are these changes tested?