docs: Fixed the wrong variable name (#721)
Fixed the wrong variable name `clientBptions`
This commit is contained in:
committed by
Guillaume Chau
parent
f62d4fbc8d
commit
6ca0a43088
@@ -36,7 +36,7 @@ export function createProvider (options = {}) {
|
||||
|
||||
const createB = createApolloClient({
|
||||
...defaultOptions,
|
||||
...clientBptions,
|
||||
...clientBOptions,
|
||||
});
|
||||
|
||||
const a = createA.apolloClient;
|
||||
|
||||
Reference in New Issue
Block a user