Melvin Idema
Melvin Idema
Are there any updates 3 months later?
Wrapping the PieChart in a `RepaintBoundary` seems to fix the issue for me. Still, no clue why it happens?
What is the difference between `~N` or the already existing [`div ~ p:nth-of-type(N)`](https://codepen.io/melvinidema/pen/OGRaBL)?
> If either of you are having the problem I stated above, it's because Nuxt Auth is incorrectly passes down the authentication info when pages are being cached/prerendered. In dev...
For anyone who's only using the local provider of nuxt-auth I **highly** recommend implementing authentication without a package. It's simple yet effective. This package is just not good at simple...
We've encountered the same issue. Has there been any solutions so far?