beyonk-group / svelte-google-analytics

Google Analytics component for Svelte
77 stars 12 forks source link

Fix bug where `undefined` isn’t allow to pass in as gtag config #6

Closed oskarhane closed 3 years ago

oskarhane commented 3 years ago

Sorry @antony, the last PR produced an error if the config was undefined, this fixes that. Now we pass an empty object if no gtag configuration is defined.