fastify / fastify/fastify-vite
Is it intended for ``waitFetch`` to be triggered when the ``location.hash`` changes?
Open
- Dominant language
- TypeScript
- Stars
- 1.1k
- Forks
- 103
- Avg merge
- 6h 54m
- Merged PRs (30d)
- 7
Description
### Prerequisites
- [x] I have written a descriptive issue title
- [x] I have searched existing issues to ensure the issue has not already been raised
### Issue
https://github.com/fastify/fastify-vite/blob/7e360ad56e4ad51104f371b59a3f133985487511/packages/fastify-react/virtual/core.jsx#L81-L95
I was able to confirm that a request was made to ``'/-/data/path'`` whenever ``window.hash`` changed.
I thought that the request would not be made because hash is not a route change.
Contributor guide
Assessment
This issue has not been assessed yet.