Skip to content

[Compiler Bug]: object's get syntax is missing after compilation. #29586

@Y-Hui

Description

@Y-Hui

What kind of issue is this?

  • React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
  • babel-plugin-react-compiler (build issue installing or using the Babel plugin)
  • eslint-plugin-react-compiler (build issue installing or using the eslint plugin)
  • react-compiler-healthcheck (build issue installing or using the healthcheck script)

Link to repro

https://playground.react.dev/#N4Igzg9grgTgxgUxALhAgHgBwjALgAgBMEAzAQygBsCSoA7OXASwjvwFkBPAQU0wAoAlPmAAdNvjiswBGWVwJ8AXhHj86-AHMEBQtABGlBADUylKAiGqJG-DB2w2AJnwAqfE4DcajQF8fvt50Pva4jvgAPIRMAG4AfMByCgB0elCGJmYWvhEA9NHxQf50IL5AA

Repro steps

const state = {
  get doubleValue() {
    return 2 * 2;
  }
};

In the above code, doubleValue uses get syntax, and after compilation, it loses the get keyword and becomes an ordinary function. In this case the compiler should skip compilation until this syntax is supported.

I know that some syntaxes are currently unsupported by the react compiler, can we know what syntaxes are currently unsupported and in process?

How often does this bug happen?

Every time

What version of React are you using?

19.0.0-rc-4c2e457c7c-20240522

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions