tangled
alpha
login
or
join now
danabra.mov
/
rscexplorer
37
fork
atom
A tool for people curious about the React Server Components protocol
rscexplorer.dev/
rsc
react
37
fork
atom
overview
issues
pulls
pipelines
only highlight step if not playing
danabra.mov
2 months ago
3e13d288
b76404ec
+1
-1
1 changed file
expand all
collapse all
unified
split
src
client
ui
LivePreview.tsx
+1
-1
src/client/ui/LivePreview.tsx
···
152
152
)}
153
153
</button>
154
154
<button
155
155
-
className={`LivePreview-controlBtn${!isLoading && !isAtEnd ? " LivePreview-controlBtn--step" : ""}`}
155
155
+
className={`LivePreview-controlBtn${!isLoading && !isAtEnd && !isPlaying ? " LivePreview-controlBtn--step" : ""}`}
156
156
onClick={handleStep}
157
157
disabled={isLoading || isAtEnd}
158
158
aria-label="Step forward"