chapdo @chapdo-dev.bsky.social · Apr 26

While working on the note editing feature, I ran into a state management issue.

0 likes 1 replies

?

Replies

chapdo · Apr 26

The backend requires both the title and content to be sent together when updating a note. If I send only the title and leave the content as null, it gets overwritten, so I always need to send both values — even if I’m only changing one.