Skip to content

Commit 312f655

Browse files
committed
add export to package shape test
1 parent c56fdd3 commit 312f655

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/client-react-streaming/package-shape.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"RemoveMultipartDirectivesLink",
1717
"SSRMultipartLink",
1818
"WrapApolloProvider",
19-
"resetApolloSingletons"
19+
"resetApolloSingletons",
20+
"enableSSRWaitForUseQuery"
2021
],
2122
"node": [
2223
"ApolloClient",
@@ -26,7 +27,8 @@
2627
"RemoveMultipartDirectivesLink",
2728
"SSRMultipartLink",
2829
"WrapApolloProvider",
29-
"resetApolloSingletons"
30+
"resetApolloSingletons",
31+
"enableSSRWaitForUseQuery"
3032
]
3133
},
3234
"@apollo/client-react-streaming/manual-transport": {

0 commit comments

Comments
 (0)