Skip to content

@lynx-js/react@0.125.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 15:49
· 20 commits to main since this release
db8f978

Minor Changes

  • Add the <background-only> element, which renders its fallback on the main thread first screen and its children on the background thread. (#3551)

Patch Changes

  • Tag main-thread vnodes with $$typeof: Symbol.for('react.element') so isValidElement recognizes them, matching the background thread. (#3514)

  • Release worklet refs when list items are logically removed while preserving native element recycling. (#3590)