What kind of issue is this?
Repro steps
I found an issue with react-compiler, which makes fails this test https://github.com/graphql/graphiql/blob/8092f100ae62710bece1666589eda0455dc04009/packages/graphiql/src/GraphiQL.spec.tsx#L76-L84
As you can see function introspect contains reference to props.schema, props.fetcher and props.onSchemaChange but the react-compiler simplified it to $[13] !== props which is wrong!
For now, I fixed this with this commit: graphql/graphiql@3ecae05 by avoid having props.something... inside body of introspect function
I hope this will be prioritized and fixed soon, friendly ping gsathya
How often does this bug happen?
Every time
What version of React are you using?
from playground
What version of React Compiler are you using?
from playground