IntersectMBO / IntersectMBO/govtool
🐛 Continuous OTS Parsing and Font Download Warnings in Console
- Dominant language
- HTML
- Stars
- 21
- Forks
- 29
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 7
Description
### Area
Other
### Domain
gov.tools
### Which wallet were you using?
_No response_
### Context
The console displays persistent warnings related to OTS (OpenType Sanitizer) parsing errors and failed font downloads, leading to continuous request attempts and failures. Additionally, a warning message appears regarding the React Router Future Flag:
> **React Router Future Flag Warning**: React Router will begin wrapping state updates in React.startTransition in v7. You can use the v7_startTransition future flag to opt-in early.
### Steps to reproduce
1. Navigate to [gov.tools](https://gov.tools/).
2. Open the browser console and observe the repeated warnings and failed requests.
https://www.loom.com/share/5ac86a3fa8034de39989b0390c27eaa3?sid=f5a1496f-3d05-4972-9472-39e9dee9a815
### Actual behavior
- Continuous repeated warnings appear for OTS parsing errors and failed font downloads.

- The console logs numerous repeated requests attempting to decode and download fonts unsuccessfully.

### Expected behavior
- The console should not continuously log repeated warnings and requests.
- Font download issues should be resolved to prevent excessive failed requests.
Contributor guide
Assessment
This issue has not been assessed yet.