Michael Witham
Results
1
issues of
Michael Witham
The current type used for `ScriptProps` is as follows: ```typescript export interface ScriptProps { src: HTMLScriptElement['src'] | null; checkForExisting?: boolean; [key: string]: any; } ``` Where the type of attributes...