Skip to content

Commit f84631b

Browse files
committed
Leave note to follow-up with default transition indicator
1 parent c0b4672 commit f84631b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-devtools-shared/src/devtools/views/Components/InspectedElementSuspendedBy.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ function SuspendedByRow({
145145
<div className={styles.CollapsableRow}>
146146
<Button
147147
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.
148150
data-pending={openIsPending}
149151
onClick={() => {
150152
startOpenTransition(() => {

0 commit comments

Comments
 (0)