Inconsistency between React Compiler Playground and local testing #67
Unanswered
laug
asked this question in
General Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm experiencing an issue where I am getting an linting error locally using the latest nightly build of the react compiler eslint plugin.
But identical code does not trigger the error on the playground.
Playground link:
https://playground.react.dev/#N4Igzg9grgTgxgUxALhAHQHYIB4AcIwAuABACYIBmAhlADYkVQZyECWEGxAgrrgBQBKYsEzFiMBIVic+osfIA8AFQRhCAJQRUWAYQgBbXK1oIYxfQE9cMCLgC8AckKrCD4gHoAfHIEBuTAC+mJiMzGwcxJD6CABiTCzsGHwYVNHIkYQwrBgA5kIinOKS0sLEcNAYhOkALMQB-hhBGJg4+ETEoQkRKmqa2oR6hsamsoXA5lY2uHXp45bWtulqWbl1mPnBhe7uxPEG0ZXEhAAWrGDEtNkIRxDEAG6mrBQWR8fXuLRUFjk2TKRkEFURTaJEulWyOWIphsMDAyDk2wmC1wADoqMQ7MQAIweHYAURgMPSJzO9yotCg1zgVAwGAgJAARtd9BBSE9WAhSJsxOUMGpiMcaaQTGZMYIMZ5hHIeRx+RIwHQSJiorF4uEkvMpn5ccRcFQwOcTu8ptz5Ij9FBCFRnK9rvLFdKigr6CjykwldiGvIdVQGRAHhcrmUaGAgWC2KtoQQLhBqbRaC8AO6sE7EAAMKIzaYAtK1HgcrbRswAmUgMtMANgr1RLaeLAFY0wB2BvEBmW4h0qGE6PZXWfb6-DBcwr1U0SKQwTgKduEQgRDg6S5wADWdmAguHIoCnk+TNoCncs-nGE8DSaIACQA
Screenshot of local error:

Version of eslint plugin used locally:
"eslint-plugin-react-compiler": "0.0.0-experimental-2db0664-20250725",
I'm wondering if this could be caused by a discrepancy in the version used in the playground.
Is there any way of checking which version the playground is using?
Beta Was this translation helpful? Give feedback.
All reactions