next-plausible
next-plausible copied to clipboard
`scriptProps` type is missing custom Plausible parameters
// PlausibleProvider.d.ts
scriptProps?: React.DetailedHTMLProps<React.ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>;
Error:
Object literal may only specify known properties, and ''data-api'' does not exist in type 'DetailedHTMLProps<ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>'
Solution for now:
// @ts-expect-error missing types