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
### Used Package Manager
pnpm
### Validations
- [X] Follow our [Code of Conduct](https://github.com/antfu/.github/blob/main/CODE_OF_CONDUCT.md)
- [X] Read the [Contributing Guide](https://github.com/antfu/contribute).
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- [X] The provided reproduction is a [minimal reproducible](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
The text was updated successfully, but these errors were encountered:
It's just a flash of uninitialised content. in components/PageView.vue add a v-if="data?.startAt" to the div to hide it when it's not defined or is "0" - 1st Jan 1970 or currently 54 years ago
Describe the bug
Screenshot of error in the app and in the Javascript console:
Reproduces almost immediately:
pnpm install
.pnpm run generate
.npx serve .output/public
Reproduction
The steps in the description show the error out-of-the-box, no reproduction repo is needed.
System Info
The text was updated successfully, but these errors were encountered: