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

React: Don't show decorators in JSX snippets #21907

Merged
merged 6 commits into from
Apr 5, 2023

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    b5fbed0 View commit details
    Browse the repository at this point in the history
  2. Move JSX decorator to the end of the list

    This is a bit of a hacky way to acheive `excludeDecorators` without actually excluding them.
    tmeasday committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    3f3ca00 View commit details
    Browse the repository at this point in the history
  3. Fix TS error

    shilman committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    633eaf1 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Fix linting

    tmeasday committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    12aee1d View commit details
    Browse the repository at this point in the history
  2. Fix React complaining

    tmeasday committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    851d9ed View commit details
    Browse the repository at this point in the history
  3. Better sotry

    tmeasday committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    55eeb05 View commit details
    Browse the repository at this point in the history