We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758daa8 commit 8042f07Copy full SHA for 8042f07
src/transformContext.js
@@ -12,6 +12,6 @@ export default function transformContext(Context) {
12
)}
13
</Context.Consumer>
14
),
15
- { displayName: `ContextTransformer` },
+ { displayName: 'ContextTransformer' },
16
);
17
}
0 commit comments