Jordan Eldredge
Jordan Eldredge
Neat! Looks like its coming from here: https://github.com/facebook/relay/blob/0a9d473edeee122b1837d579b4e2268c5b2cd641/compiler/crates/graphql-syntax/src/lexer.rs#L171 Maybe we need some way to propagate this error state up to the parent lexer. Looks like logos can return a result...
I agree. This would be a welcome improvement. When setting up Relay for side projects I often hit rough edges because of this. If you, or anyone else, wants to...
I assume you've upgraded both the runtime and compiler packages and rebuilt? Can you share a paste of the full error message? We don't officially support older versions of Flow,...
At this point we are not investing in improving the older higher-order-components APIs and are instead focused on the hooks-based APIs. Do the hooks apis (`useLazyLoadQuery`, etc) allow you to...
I reran the publish job. Looks like our token is expired. I'll work on that https://github.com/facebook/relay/actions/runs/7563585985/job/20596267485
Looks like that works. Can folks try out the new extension v2.1.0 once it becomes available and check for any issues?
Quick smoke test and it seems to be working on a small sample project: https://github.com/facebook/relay/assets/162735/a69973d3-8411-4a0e-88b2-1abdd773d8fa
Thanks for the prompt!
@kyle-painter Thanks for reporting this, digging in, and working on a fix. Sorry I haven't gotten back to you sooner. I'll spend some time today reviewing and looking at the...
Importing this to play around with it a bit. Still trying to ensure I can fully wrapped my head around the implications here.