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 c0b4672 commit f84631bCopy full SHA for f84631b
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