Skip to content

Instantly share code, notes, and snippets.

@vinnymac
Created February 1, 2023 03:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinnymac/eb0b5082b4bab8f19f590a85fcb51e61 to your computer and use it in GitHub Desktop.
Save vinnymac/eb0b5082b4bab8f19f590a85fcb51e61 to your computer and use it in GitHub Desktop.
React 18 Flush Sync
import { flushSync } from 'react-dom';
flushSync(() => {
currentEl.focus();
setFocused(false);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment