Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Use custom react transform in development mode #20804

Merged
merged 4 commits into from
Jan 8, 2025
Merged

Conversation

Artur-
Copy link
Member

@Artur- Artur- commented Jan 6, 2025

Needed for Copilot to get source information as React 19 drops _debugSource from fiber nodes

Needed for Copilot to get source information as React 19 drops _debugSource from fiber nodes
Copy link

github-actions bot commented Jan 6, 2025

Test Results

1 159 files  + 60  1 159 suites  +60   1h 30m 3s ⏱️ + 1m 48s
7 581 tests +417  7 525 ✅ +416  56 💤 +1  0 ❌ ±0 
7 945 runs  +434  7 880 ✅ +433  65 💤 +1  0 ❌ ±0 

Results for commit 56b7982. ± Comparison against base commit 683166c.

♻️ This comment has been updated with latest results.

@@ -0,0 +1,3 @@
import { createElement as reactCreateElement } from "react";

export const createElement = reactCreateElement;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Who uses this export? Is this re-export really needed?

Copy link

sonarqubecloud bot commented Jan 8, 2025

@Artur- Artur- merged commit 9201697 into main Jan 8, 2025
25 of 26 checks passed
@Artur- Artur- deleted the react-transform branch January 8, 2025 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants