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

Support jsx dev runtime #2045

Merged
merged 5 commits into from
Dec 14, 2022
Merged

Support jsx dev runtime #2045

merged 5 commits into from
Dec 14, 2022

Commits on May 18, 2022

  1. Support jsx dev runtime

    The JSX dev runtime exposes more debugging information to users. For
    example, React exposes positional information through React Devtools.
    
    Although #2035 started off as an issue to support the `__source` prop, I
    have refrained from actually supporting the `__source` prop, as it’s
    specific to React. The automatic dev runtime supports this information
    without patching props.
    
    Closes #2035
    remcohaszing committed May 18, 2022
    Configuration menu
    Copy the full SHA
    5d88053 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    3ca82dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cd4700 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7891c37 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    6085e65 View commit details
    Browse the repository at this point in the history