TS2607: JSX element class does not support attributes because it does not have a 'props' property.
268 | return () => (
269 | <div v-loading={unref(getProps).loading}>
> 270 | <ElTable
| ^^^^^^^^
> 271 | // @ts-ignore
| ^^^^^^^^^^^^^^^^^^^^^^^
> 272 | ref={elTableRef}
| ^^^^^^^^^^^^^^^^^^^^^^^
> 273 | data={unref(getProps).data}
| ^^^^^^^^^^^^^^^^^^^^^^^
> 274 | onSelection-change={selectionChange}
| ^^^^^^^^^^^^^^^^^^^^^^^
> 275 | {...unref(getBindValue)}
| ^^^^^^^^^^^^^^^^^^^^^^^
> 276 | >
| ^^^^^^^^^^
277 | {{
278 | default: () => rnderTableColumn(),
279 | // @ts-ignore
Hi,
Unfortunately, we were not able to reproduce this issue in the latest Metronic version.
Could you please specify which theme version are you using?
If there are any steps for reproducing this issue please describe them as well.