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
The hook for useSavedMessages in #35 is a placeholder -- it always returns true. We should replace it with an actual guard to be typesafe.
We also might want to consider serializing the actual JSON messages instead of the formData when #15 lands. It is likely that the format of the form data will change but the actual message JSON is relatively stable.
The text was updated successfully, but these errors were encountered:
The hook for useSavedMessages in #35 is a placeholder -- it always returns true. We should replace it with an actual guard to be typesafe.
We also might want to consider serializing the actual JSON messages instead of the formData when #15 lands. It is likely that the format of the form data will change but the actual message JSON is relatively stable.
The text was updated successfully, but these errors were encountered: