You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { trackSelfDescribingEvent } from '@snowplow/webview-tracker'; results in:
Could not find a declaration file for module '@snowplow/webview-tracker'. '[local path]/node_modules/@snowplow/webview-tracker/dist/index.umd.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/snowplow__webview-tracker` if it exists or add a new declaration (.d.ts) file containing `declare module '@snowplow/webview-tracker';`ts(7016)
import { trackSelfDescribingEvent } from '@snowplow/webview-tracker';
results in:Adding
types
toexports
resolves the issue.The text was updated successfully, but these errors were encountered: