Skip to content

fix: update head text query in SessionIframe.tsx #3738

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

leafty
Copy link
Member

@leafty leafty commented Jun 19, 2025

Closes #3737.

According to TypeScript's DOM types, contentDocument.head should always exist but in practice we can sometimes see a "Cannot read properties of null (reading 'querySelector')" error.

Closes #3737.

According to TypeScript's DOM types, `contentDocument.head` should
always exist but in practice we can sometimes see a "Cannot read
properties of null (reading 'querySelector')" error.
@leafty leafty marked this pull request as ready for review June 19, 2025 12:48
@leafty leafty requested a review from a team as a code owner June 19, 2025 12:48
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.

TypeError: Cannot read properties of null (reading 'querySelector')
1 participant