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
For example, when I create a new curation, the nickname defaults to null
There may be more than one cause of this. I did some janky stopgap fixes (e.g. upvotes), but I didn't fix them all. I think there's got to be a JSON.stringify issue happening here or something. Instead of null these should be empty fields. For example, the value of description defaults to the string null when it should be an empty string.
The text was updated successfully, but these errors were encountered:
andymeneely
changed the title
null as a string is appearing in various places. There may be more than one cause of this, and I have some stopgap fixes in place, but I didn't fix them all. I think there's got to be a JSON.stringify issue happening here or something. Instead of null these should be empty fields. For example, nickname defaults to null when it should be an empty string.null as a string is appearing in various places
Oct 25, 2023
For example, when I create a new curation, the nickname defaults to
null
There may be more than one cause of this. I did some janky stopgap fixes (e.g. upvotes), but I didn't fix them all. I think there's got to be a JSON.stringify issue happening here or something. Instead of
null
these should be empty fields. For example, the value ofdescription
defaults to the stringnull
when it should be an empty string.The text was updated successfully, but these errors were encountered: