github lynx-family/lynx-stack @lynx-js/react@0.113.0

latest releases: @lynx-js/web-style-transformer@0.16.1, @lynx-js/web-core@0.16.1, @lynx-js/react-alias-rsbuild-plugin@0.10.14...
16 hours ago

Minor Changes

  • fix: Delay execution of runOnMainThread() during initial render (#1667)

    When called during the initial render, runOnMainThread() would execute before the main-thread:ref was hydrated, causing it to be incorrectly set to null.

    This change delays the function's execution to ensure the ref is available and correctly assigned.

Patch Changes

  • Fix "TypeError: cannot read property '0' of undefined" in deferred list-item scenarios. (#1692)

    Deferred componentAtIndex causes nodes that quickly appear/disappear to be enqueued without __elements. Update signMap before __FlushElementTree to resolve the issue.

  • Keep the same <page/> element when calling rerender in testing library. (#1656)

  • Bump swc_core to 39.0.3. (#1721)

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.