[PR #4] [MERGED] fix: hydration mismatch #4

Closed
opened 2025-12-01 17:04:26 +01:00 by arthur · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/artsite/pull/4
Author: @Barbapapazes
Created: 6/23/2024
Status: Merged
Merged: 6/23/2024
Merged by: @ArthurDanjou

Base: masterHead: fix/hydration-mismatch


📝 Commits (1)

📊 Changes

2 files changed (+8 additions, -8 deletions)

View changed files

📝 app/components/content/Activity.vue (+6 -6)
📝 app/components/content/ProseIcon.vue (+2 -2)

📄 Description

Hello 👋,

I fix some hydration mismatch due to a div into a p tag (which is not allowed in html).

You can learn more with this link: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/p#technical_summary

Permitting content can only be phrasing content. A div is a flow content.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArthurDanjou/artsite/pull/4 **Author:** [@Barbapapazes](https://github.com/Barbapapazes) **Created:** 6/23/2024 **Status:** ✅ Merged **Merged:** 6/23/2024 **Merged by:** [@ArthurDanjou](https://github.com/ArthurDanjou) **Base:** `master` ← **Head:** `fix/hydration-mismatch` --- ### 📝 Commits (1) - [`7330cb4`](https://github.com/ArthurDanjou/artsite/commit/7330cb4e995d811afca5bdf97e9deb5262c31d6f) fix: hydration mismatch ### 📊 Changes **2 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `app/components/content/Activity.vue` (+6 -6) 📝 `app/components/content/ProseIcon.vue` (+2 -2) </details> ### 📄 Description Hello 👋, I fix some hydration mismatch due to a div into a p tag (which is not allowed in html). You can learn more with this link: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/p#technical_summary Permitting content can only be phrasing content. A div is a flow content. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
arthur added the pull-request label 2025-12-01 17:04:26 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: arthur/artsite#4