[Fiber] Fix to call deferred callbackQueue even if updates are aborted by koba04 · Pull Request #9634 · facebook/react

Currently, setState callback has never been called when the update is interrupted. This PR is fixed it and added a test for reproducing it.