Nathan
Nathan
Previously if you had a select with all options disabled, pressing up arrow would make `current` < 0 so `memoFlattenOptions[current]` would be undefined. Multiplying `len` by 2 is an easy...
### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...
The format for incremental delivery has been updated: https://github.com/graphql/defer-stream-wg/discussions/69 I have added the new fields and ensured they get transmitted if they are present. It should still work with the...
Vite 5 started automatically inlining small SVG files, attempting to request these with AJAX causes CSP issues, after some digging it seemed the most expedient solution was to adjust the...