I'm working with a Global Document that includes a Block field allowing selection from multiple block types.
However, during development, I'm running into a really frustrating issue:
There's a hot reload every few seconds, the data I’ve entered into the form gets reset every few seconds, causing me to lose all my unsaved changes.
This is making the entire dev experience extremely painful.
The issue only happens in dev mode, presumably due to hot reload.
I'm using PayloadCMS 3.49.0
Is there a way to preserve form state or disable this automatic form reset during development?
Attaching the screen record