We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b41bc0 commit a410f6fCopy full SHA for a410f6f
packages/react-devtools-shared/src/devtools/views/Components/InspectedElementSuspendedBy.js
@@ -145,6 +145,8 @@ function SuspendedByRow({
145
<div className={styles.CollapsableRow}>
146
<Button
147
className={styles.CollapsableHeader}
148
+ // TODO: May be better to leave to React's default Transition indicator.
149
+ // Though no apps implement this option at the moment.
150
data-pending={openIsPending}
151
onClick={() => {
152
startOpenTransition(() => {
0 commit comments