My rationale in thinking so is that setState() calls can be batched, which I think implies some delay, however small. Can calling forceUpdate() theoret
setState()
forceUpdate()