You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the index.ts we re-exported some functionality from graphql-server-base. This got the build script confused which AggregateError and Log elements to use.
We should remove the re-export to fix the build. We increase the graphql-server-base peerDependency to min 2.6.0, this should at least help to fix the imports.
The text was updated successfully, but these errors were encountered:
In the index.ts we re-exported some functionality from graphql-server-base. This got the build script confused which
AggregateError
and Log elements to use.We should remove the re-export to fix the build. We increase the graphql-server-base peerDependency to min 2.6.0, this should at least help to fix the imports.
The text was updated successfully, but these errors were encountered: