lynx-family/lynx-stack

[Bug]: IFR Support for CSS

オープン

#120 opened on 2025/03/07

 (6 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (135 件のフォーク)github user discovery
enhancementhelp wantedpending triage

Repository metrics

Stars
 (730 個のスター)
PR merge metrics
 (平均マージ 3d 17h) (30d で 87 merged PRs)

説明

System Info

Repro Environment:

Client: integrating-lynx-demo-projects based on release/3.1 FE: lynx-ifr-css-or-css-in-js

System: Android (not sure whether iOS has the same problem)

Details

IFR Style Support for CSS is not worked as expected

Reproduce link

No response

Reproduce Steps

Action:

Throw Error in bts entry point

index.tsx

if (!__MAIN_THREAD__) {
  throw Error('Background Thread stop because of error')
}

CSS in JS Example can show style as normal.

Although CSS Example has class in Lynx.html, it won't apply any styles

コントリビューターガイド