Skip to content

fix: suppress hydration warning caused by browser extensions#2

Open
mtahle wants to merge 1 commit intoComposioHQ:masterfrom
mtahle:fix/suppress-hydration-warning
Open

fix: suppress hydration warning caused by browser extensions#2
mtahle wants to merge 1 commit intoComposioHQ:masterfrom
mtahle:fix/suppress-hydration-warning

Conversation

@mtahle
Copy link

@mtahle mtahle commented Jan 10, 2026

Add suppressHydrationWarning to body tag to prevent React hydration errors caused by browser extensions (e.g., Grammarly) that inject attributes into the DOM. This is a recommended pattern for root-level elements that may be modified by browser extensions.

Add suppressHydrationWarning to body tag to prevent React hydration errors
caused by browser extensions (e.g., Grammarly) that inject attributes into
the DOM. This is a recommended pattern for root-level elements that may be
modified by browser extensions.
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.

1 participant