diff --git a/.changeset/shaggy-eyes-melt.md b/.changeset/shaggy-eyes-melt.md index 8823393f45d..9233e74a67c 100644 --- a/.changeset/shaggy-eyes-melt.md +++ b/.changeset/shaggy-eyes-melt.md @@ -2,4 +2,4 @@ "@graphiql/plugin-explorer": patch --- -fix(graphiql-plugin-explorer): Use `preferDefault` helper to correctly import `graphiql-explorer` +Use named `Explorer` import from `graphiql-explorer` to fix an issue where the bundler didn't correctly choose either the `default` or `Explorer` import. This change should ensure that `@graphiql/plugin-explorer` works correctly without `graphiql-explorer` being bundled.