• sugar_in_your_tea@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    9 days ago

    Yup, I have two examples of “magical” fixes:

    • removing a comment broke the build - probably not a thing anymore since compilers have improved
    • manually creating components from a static list vs iterating fixed a render bug

    I don’t know why those work, and they’re no longer necessary since their respective bugs have been resolved, but we absolutely didn’t bother looking into them at the time.