diegoddox/react-redux-toastr

Random ID cause warning

Closed this issue · 0 comments

Currently ID for aria attributes is always generated randomly which cause warning when hydrating HTML from server side:
Warning: Prop aria-labelledby did not match. Server: "dialogTitle-2337" Client: "dialogTitle-2143".
Are there any reasons why we can't use provided ID (from props.item.id) and only fallback to random?