Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

JSX element class does not support attributes because it does not have a 'props' property


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

help!!!


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (1)


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.


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(