Skip to content

Conversation

@code-yeongyu
Copy link
Contributor

Summary

  • Fix ReferenceError: Node is not defined crash on Share pages (SSR)

Why

  • The isTriggerTitle utility checks instanceof Node which throws in the server environment where Node is not defined
  • This caused the entire application to fail hydration and render empty on share routes
  • Special thanks to @Dragoy for debugging and identifying the root cause via DevTools

Fixes #5493

@rekram1-node
Copy link
Collaborator

/review

@github-actions
Copy link
Contributor

lgtm

@rekram1-node rekram1-node merged commit 210b3e9 into anomalyco:dev Dec 14, 2025
3 checks passed
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.

The Share page is completely empty, and /unshare does nothing

2 participants