Skip to content

fix(submit): prevent disruptive reloads while typing submission

Ben Whitmore requested to merge reload-while-writing-submission-667 into main

See #667 (closed). It seems that the cache-and-network policy was causing reloads when typing in form fields. I've changed it to the more conservative refetchOnMount option, which only forces a reload when the page mounts.

Merge request reports