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: consolidate React globals and improve fetch cache handling
- Add React global initialization with createElement, Fragment, and Suspense in component eval setup
- Extract tag validation logic into reusable extractValidTags function for fetch operations
- Include normalized tags in fetch cache key generation for proper cache differentiation
- Update RSC renderer extension to depend on init_react for proper React setup
- Improve module reload error handling with better match patterns for task results
- Remove unused file_path parameter from reload_module_internal function
- Enhance fetch cache merging to combine tags from multiple requests and maintain sorted order
- Update deploy utils to support configurable start scripts with backup preservation
- Improve navigation utils and props extractor with better type handling and edge cases
0 commit comments