target / goalert

Open source on-call scheduling, automated escalations, and notifications so you never miss a critical alert
https://goalert.me
Apache License 2.0
2.17k stars 230 forks source link

dest/action: simplify error flow in forms #3926

Closed mastercactapus closed 2 weeks ago

mastercactapus commented 2 weeks ago

Description: Move to explicit error props as strings in form components, rather than various structures.

This is part of an effort to simplify form rendering and disconnect it from the API. More work to follow.