-
Notifications
You must be signed in to change notification settings - Fork 51.1k
[Compiler Bug]: #36579
Copy link
Copy link
Open
Labels
Status: UnconfirmedA potential issue that we haven't yet confirmed as a bugA potential issue that we haven't yet confirmed as a bugType: Bug
Metadata
Metadata
Assignees
Labels
Status: UnconfirmedA potential issue that we haven't yet confirmed as a bugA potential issue that we haven't yet confirmed as a bugType: Bug
Type
Fields
Give feedbackNo fields configured for issues without a type.
What kind of issue is this?
Link to repro
health
Repro steps
class HealthTracker:
def init(self):
self.water = 0
self.exercise = 0
self.sleep = 0
tracker = HealthTracker()
tracker.add_water(8)
tracker.add_exercise(45)
tracker.add_sleep(8)
tracker.show_report()
How often does this bug happen?
Every time
What version of React are you using?
npm list react
What version of React Compiler are you using?
npm list babel-plugin-react-compiler