flushSync
flushSync forces React to flush any updates synchronously within a given callback, allowing immediate DOM updates. Use it judiciously to avoid performance issues.
flushSync forces React to flush any updates synchronously within a given callback, allowing immediate DOM updates. Use it judiciously to avoid performance issues.