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

latest releases: @lynx-js/web-mainthread-apis@0.19.8, @lynx-js/web-constants@0.19.8, @lynx-js/motion@0.0.3...
7 hours ago

Patch Changes

  • fix: remove lynx.createSelectorQuery deprecated warning in production (#2195)

  • Add a DEV-only guard that detects MainThread flush loops caused by re-entrant MTS handlers. (#2159)

    This typically happens when a MainThread handler (e.g. event callback or MainThreadRef) performs UI mutations (like Element.setStyleProperty, setStyleProperties, setAttribute, or invoke) that synchronously trigger a flush which re-enters the handler again.

  • Avoid DEV_ONLY_SetSnapshotEntryName on standalone lazy bundle. (#2184)

  • Add alog and trace for BTS event handlers. (#2102)

  • fix: Main thread functions cannot access properties on this before hydration completes. (#2194)

    This fixes the cannot convert to object error.

  • Remove element api calls alog by default, and only enable it when __ALOG_ELEMENT_API__ is defined to true or environment variable REACT_ALOG_ELEMENT_API is set to true. (#2192)

  • fix: captured variables in main thread functions within class components do not update correctly (#2197)

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.