Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Conversation

devversion
Copy link
Member

Runs the signal queries migration in this repository.

Runs the signal queries migration in this repository.
copySource(snippet: QueryList<CodeSnippet>, selectedIndex: number = 0) {
const text = snippet.toArray()[selectedIndex].viewer.textContent || '';
copySource(snippets: CodeSnippet[], selectedIndex: number = 0) {
const text = snippets[selectedIndex].viewer().textContent || '';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: This was a manual change needed!

@devversion devversion requested a review from crisbeto October 9, 2024 15:05
@devversion devversion marked this pull request as ready for review October 9, 2024 16:48
@devversion devversion merged commit 4197b8e into main Oct 9, 2024
9 checks passed
@devversion devversion deleted the signal-queries branch October 9, 2024 16:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants