this post was submitted on 30 May 2025
157 points (93.9% liked)

Funny Comics

178 readers
26 users here now

A space for sharing funny comics and cartoons.

founded 1 month ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments

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.