mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-15 07:00:21 +01:00
[PR #4] [MERGED] fix: hydration mismatch #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix/hydration-mismatch📝 Commits (1)
7330cb4fix: hydration mismatch📊 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.