indiana-university / rivet-react

Rivet React Component Documentation and Style Guide:
https://indiana-university.github.io/rivet-react/
Other
5 stars 5 forks source link

Provided Id Not Used for Dismissable Alert Components #439

Closed johglove closed 3 months ago

johglove commented 3 months ago

If the developer provides an id for a DismissableAlert component a generated id is used for the rendered alert html. This looks to be because the id is retrieved for use in the DismissibleAlert wrapper and then not passed through to the Alert component which renders the html.