marker-io / browser-sdk

Marker.io browser SDK
MIT License
8 stars 8 forks source link

`renderDelay` typescript types are wrong #22

Closed Yuripetusko closed 11 months ago

Yuripetusko commented 1 year ago

Docs mention renderDelay value as a number, which is correct, however typescript types for ssr are wrong

ssr?: Record<string, string>;

which results in the following TS error

image