fix(plugins): text content output in searx, stackoverflow

This commit is contained in:
Artemy
2024-05-14 13:05:06 +03:00
parent 9a6819e652
commit dba42c64b4
3 changed files with 3 additions and 11 deletions

View File

@ -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('');