You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful if arbitrary props could be supplied to the Modal component, and be rendered to the DOM. A use case is adding data-* attributes for test hooks.
This was previously possible, but has since been removed. The original PR and some discussion can be found here: #230