We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
iles
vite
When the Markdown <slot> is after some kind (I'm not sure which) of island, its HMR does not work.
<slot>
https://github.com/ouuan/iles-issue-232-reproduction
Run pnpm dev and edit src/pages/index.mdx, only the random number changes, and the Markdown content does not change.
pnpm dev
src/pages/index.mdx
If the island and the <slot> are in a reversed order, or client:load is removed, or the prop is a fixed number, the HMR will work.
client:load
The real issue is that the HMR in my blog does not work after ouuan/iles-blog@863909c, and I managed to get the above minimal reproduction.
The text was updated successfully, but these errors were encountered:
Thanks for the report, I'll try to look into it when I have some time.
Sorry, something went wrong.
fix(layouts/post): don't reverse the DOM order of post layout
6529257
This reverts 863909c. See ElMassimo/iles#232 I think this fix does not worth the trouble it causes, so revert it.
No branches or pull requests
iles
andvite
.Description 📖
When the Markdown
<slot>
is after some kind (I'm not sure which) of island, its HMR does not work.Reproduction 🐞
https://github.com/ouuan/iles-issue-232-reproduction
Run
pnpm dev
and editsrc/pages/index.mdx
, only the random number changes, and the Markdown content does not change.If the island and the
<slot>
are in a reversed order, orclient:load
is removed, or the prop is a fixed number, the HMR will work.The real issue is that the HMR in my blog does not work after ouuan/iles-blog@863909c, and I managed to get the above minimal reproduction.
The text was updated successfully, but these errors were encountered: