You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Firefox, when creating a new note the site crashes and an unhanded network fetch error is displayed for a split second.
Tested same instance in edge and chrome witch both worked fine.
The text was updated successfully, but these errors were encountered:
I'm late to the party but looks like you need to add a e.preventDefault() in the create function here. Then need to manually refresh the page post-request, like using router.refresh().
I think its just due to how Firefox/Chrome handle form requests differently.
In Firefox, when creating a new note the site crashes and an unhanded network fetch error is displayed for a split second.
Tested same instance in edge and chrome witch both worked fine.
The text was updated successfully, but these errors were encountered: