Skip to content
Snippets Groups Projects
  • Konrad Mohrfeldt's avatar
    dbec65db
    feat: add useServerFieldErrors helper function · dbec65db
    Konrad Mohrfeldt authored
    The useServerErrors function returns an object with optional keys. This
    is fine sometimes but it would be nice to have individual variables
    containing errors for each field and more importantly we need to display
    errors than cannot be mapped to an individual form field.
    dbec65db
    History
    feat: add useServerFieldErrors helper function
    Konrad Mohrfeldt authored
    The useServerErrors function returns an object with optional keys. This
    is fine sometimes but it would be nice to have individual variables
    containing errors for each field and more importantly we need to display
    errors than cannot be mapped to an individual form field.