Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add search functionality to highlight component #325

Merged
merged 1 commit into from
May 7, 2024

Conversation

cannarocks
Copy link
Member

Breaking Change
You now need to explicity pass the word text instead of using the children

<Highlight.Word
                    key={index}
                    start={item.start}
                    end={item.end}
                    observations={observations}
                    currentTime={currentTime}
                    text={item.word}
                  />

@cannarocks cannarocks merged commit 80d8a68 into develop May 7, 2024
3 checks passed
@cannarocks cannarocks deleted the add-search-in-transcript branch May 7, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants