fix(plugins): text content output in searx, stackoverflow
This commit is contained in:
@ -10,7 +10,7 @@ export namespace JSX {
|
||||
export function createElement(
|
||||
name: any,
|
||||
props: { [id: string]: any },
|
||||
...inner: any[]
|
||||
...inner: (string | string[])[]
|
||||
) {
|
||||
const content = inner.flat().join('');
|
||||
|
||||
|
Reference in New Issue
Block a user