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 2c84ee1 commit fd56291Copy full SHA for fd56291
src/nodeInterface.js
@@ -26,5 +26,5 @@ export function getNodeInterface<TContex>(
26
return (sc.get('Node'): any);
27
}
28
sc.set('Node', (NodeTC: any));
29
- return (NodeInterface: any);
+ return (NodeTC: any);
30
0 commit comments