You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using client:only to fetch the latest articles from dev.to only on client-side, I'm getting this warning, and the component is not getting rendered.
In the second page (Articles) in the repo, I'm applying client:only directive on the ArticleList component like this. <ArticleList client:only />
I was wondering if I have misunderstood the client:only directive and it's usage. Please advise if so.
iles
andvite
.Description 📖
When using client:only to fetch the latest articles from dev.to only on client-side, I'm getting this warning, and the component is not getting rendered.
In the second page (Articles) in the repo, I'm applying client:only directive on the ArticleList component like this.
<ArticleList client:only />
I was wondering if I have misunderstood the client:only directive and it's usage. Please advise if so.
Reproduction 🐞
https://github.com/TechAkayy/testing-client-only
Dependencies Info
Run
npx iles info
andpnpm list
(ornpm list
) and provide the output:The text was updated successfully, but these errors were encountered: