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
This is a small annoyance: when I list readNext items in the headers of my posts right now, it breaks if I add any spacing in the string.
IE: readNext: "clean-architecture-book,large-improvements-small-team,react-confessions" is good readNext: "clean-architecture-book, large-improvements-small-team, react-confessions" is not
This could be cleaned up by either doing some trimming when matching the strings, or by converting readNext to use an array like categories. If an array conversion is used, it'll be important to write/run a conversion script to get the existing entries.
The text was updated successfully, but these errors were encountered:
This is a small annoyance: when I list readNext items in the headers of my posts right now, it breaks if I add any spacing in the string.
IE:
readNext: "clean-architecture-book,large-improvements-small-team,react-confessions"
is goodreadNext: "clean-architecture-book, large-improvements-small-team, react-confessions"
is notThis could be cleaned up by either doing some trimming when matching the strings, or by converting readNext to use an array like categories. If an array conversion is used, it'll be important to write/run a conversion script to get the existing entries.
The text was updated successfully, but these errors were encountered: