State names suddenly wrong

Hi Eulogio, are there custom render snippets being used here? Or, any other model condition, conditional rendering, or custom code that would depend on model data being present? If so, the page might be having a sync issue, where a model is perhaps being loaded ‘client-side’ (after pageload), but a custom field render snippet, or almost any render condition, or something like that, is trying to look at the model’s records. The condition or snippet may be looking for the model’s records before/during pageload, before the records have been loaded. Does that make sense?