2
sjwsjwsjw
263d

difficulty in reproducing bug behavior

think i found a solution to prevent the infinite requests being sent by a react component who's code keeps getting rerun by react's scheduler.development.js

i have no fucking clue what's going on, on top of not having any foundation in react

Comments
  • 1
    You used react and got fucked by its complexity. That's going on
  • 2
    If you have no clue what's going on, try confidence. Works every time.
  • 2
    Unreproducible errors tend to be concurrency /multithreading issues.

    Any places in your code that you think this could be the case?
Add Comment