documentation icon indicating copy to clipboard operation
documentation copied to clipboard

issue: Website appears as a blank background

Open jeremygiberson opened this issue 1 year ago • 2 comments

Version Number

?

Codesandbox/Expo snack

none

Steps to reproduce

I'm not completely sure what leads to the issue. All I know is that i have visited the site in the past (it's been many months, maybe 6-12) when I used the library for a project in the past. Only recently, I visited the site and only got a blank background (featured in a screenshot below).

  1. Go to react-hook-form.com
  2. Observe a blank site with just a background

I checked the repository issues and found this old issue that was closed https://github.com/react-hook-form/react-hook-form/issues/10737 . It looked like it could be what I observed.

I decided to review the application data I had. Instead of just clearing all data, I decided I would try specific things until I got a working site. It turned out the first thing I tried resolved the issue. My application data had information in the indexDB key values. I cleared out that data store and the site started working.

Screenshot 2024-02-11 at 12 40 27 PM Screenshot 2024-02-11 at 12 40 40 PM

Expected behaviour

The website should work when visited.

What browsers are you seeing the problem on?

Chrome

Relevant log output

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

jeremygiberson avatar Feb 11 '24 19:02 jeremygiberson