Skip to content

@graphiql/[email protected]

Compare
Choose a tag to compare
@acao acao released this 26 Mar 20:50
· 368 commits to main since this release

Patch Changes

  • #3017
    4a2284f5
    Thanks @thomasheyenbrock! - Avoid
    bundling code from react/jsx-runtime so that the package can be used with
    Preact

  • #3063
    5792aaa5
    Thanks @B2o5T! - avoid useMemo with empty array
    [] since React can't guarantee stable reference, + lint restrict syntax for
    future mistakes