Renée

Results 465 comments of Renée

Released in 📦 17.0.1. Thank you!

A UI plugin's render function must return Preact elements, not React elements, I think that might be what's wrong here. If you do this at the top of your plugin...

stopImmediatePropagation is part of the EventTarget API which is not supported by this module at the moment. Custom extensions outside of the Node.js API are out of scope. If we...

Closing in favour of upcoming forward-port of https://github.com/apollographql/router/pull/7777.

generally `fs` cannot be used in browsers or adequately transformed beforehand (as accessing the user's filesystem from a browser is impossible). brfs only supports specific patterns that are common in...

I'll close this per https://github.com/goto-bus-stop/setup-zig/issues/88. Thanks for submitting a PR!

Here is something that would be a useful "warning" lint while it's not a spec validation error: https://github.com/graphql/graphql-spec/pull/1053 Defining an interface without defining any implementers could also be a warning.

yes! i meant "while" as in, "during the time that" it's not an error

It actually might be good to convert `unionsWhereMember` and `allImplementations`, too. I didn't do it because it's more work. But `allImplementations` in particular is used for the `runtimeTypesIntersect` check, which...

Looks like this was also fixed in https://github.com/apollographql/federation/pull/3149. Thanks!