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 43f4d5c commit 875cfedCopy full SHA for 875cfed
src/components/onboarding/index.tsx
@@ -249,7 +249,7 @@ export function updateElementsVisibilityForOptions(
249
// Lines are nested in highlight-block > div (CodeLinesContainer)
250
const linesContainer = el.querySelector('div');
251
if (linesContainer) {
252
- lines.push(...Array.from(linesContainer.children) as HTMLElement[]);
+ lines.push(...(Array.from(linesContainer.children) as HTMLElement[]));
253
}
254
} else {
255
// Regular line, add it directly
0 commit comments