You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: improve React setup and error handling across runtime
- Refactor React.createElement to explicitly handle key prop separation from props object
- Update _jsx and _jsxs fallbacks to use globalThis.jsx/jsxs or createElement as final fallback
- Add defensive head element check before appending spinner keyframes style
- Simplify fetch cache tags extraction logic and remove redundant array check
- Fix timeout option handling to properly coalesce undefined values with OR operator
- Enhance module reload error collection to capture and return first error from batch
- Add default parameter to getRariVersion function for process.cwd() fallback
- Simplify image lazy load state management by removing ref-based visibility tracking
- Add useDprDescriptors parameter to buildSrcSetString for device pixel ratio support
- Update image srcset generation to support both width and DPR descriptor formats
- Improve props extractor and sitemap generator type safety and error handling
0 commit comments