Hey, folks! Does anyone know how to parse/decode a newline character (\n) in a textarea's value attribute?
When saving JSON to Supabase, if the textarea has been input with breaking spaces, it stores the content correctly with \n when sent via an API request, however when you load the content back in the text area, the breaking spaces are replaced with the newline character \n.