[Compiler Bug]: object's get syntax is missing after compilation. #29586
Labels
Component: Optimizing Compiler
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
Type: Bug
What kind of issue is this?
Link to repro
https://playground.react.dev/#N4Igzg9grgTgxgUxALhAgHgBwjALgAgBMEAzAQygBsCSoA7OXASwjvwFkBPAQU0wAoAlPmAAdNvjiswBGWVwJ8AXhHj86-AHMEBQtABGlBADUylKAiGqJG-DB2w2AJnwAqfE4DcajQF8fvt50Pva4jvgAPIRMAG4AfMByCgB0elCGJmYWvhEA9NHxQf50IL5AA
Repro steps
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
The text was updated successfully, but these errors were encountered: