Are you using React setState correctly?! The truth is anytime you are updating state based on previous state, you should be using a pure updater function.
コメント