diff --git a/docs/api/core.md b/docs/api/core.md index 1d9f4b6901..dddea9dd1b 100644 --- a/docs/api/core.md +++ b/docs/api/core.md @@ -20,6 +20,7 @@ framework bindings, you'll likely want to import from your framework bindings pa ## Client +test The `Client` manages all operations and ongoing requests to the exchange pipeline. It accepts several options on creation. diff --git a/packages/site/src/google-analytics.js b/packages/site/src/google-analytics.js index 5c58c8ab03..66ddda201d 100644 --- a/packages/site/src/google-analytics.js +++ b/packages/site/src/google-analytics.js @@ -12,6 +12,7 @@ if (typeof document !== 'undefined') { const GoogleAnalytics = ({ children, ...rest }) => { const basename = `/${useBasepath() || ''}`; + // Test if (typeof document !== 'undefined') { // fragment doesn't like it when you try to give it attributes return (