Skip to content

Bug: setState is not flushed if an iframe is added in the same tick in Safari #24458

Closed
@kh-viewar

Description

@kh-viewar

Batched state changes are not flushed if the promise code changes the DOM (= attaching an iframe). Reproduceable with Safari.

React version: 18.1.0

Steps To Reproduce

  1. Open codepen with Safari.
  2. Click "Upload"
  3. => "Spinner" text does not render while Promise is in pending

Link to code example:

https://codepen.io/kh-viewar/pen/wvpVLxM

The current behavior

State changes are not executed.

The expected behavior

State should change to true and render spinner component. After promise is resolved (2 seconds timeout), state should switch back to false and spinner component should unmount.

Original discussion

#24365

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions