We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a120a9 commit bd07d56Copy full SHA for bd07d56
docs/index.md
@@ -136,6 +136,11 @@ import ReactModal from 'react-modal';
136
data={
137
{ background: "green" }
138
/* Additional data attributes (optional). */}
139
+
140
+ testId={
141
+ ""
142
+ /* String testId that renders a data-testid attribute in the DOM,
143
+ useful for testing. */}
144
145
overlayRef={
146
setOverlayRef
0 commit comments