diff --git a/client/coral-framework/hocs/withFragments.js b/client/coral-framework/hocs/withFragments.js index 8e5fbccb9..a2686d94b 100644 --- a/client/coral-framework/hocs/withFragments.js +++ b/client/coral-framework/hocs/withFragments.js @@ -1,5 +1,7 @@ import React from 'react'; +// TODO: revisit `filtering` after https://github.com/apollographql/graphql-anywhere/issues/38. + function getDisplayName(WrappedComponent) { return WrappedComponent.displayName || WrappedComponent.name || 'Component'; }