Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Type errors when using svelte-simple-datatables with Typescript #17

Closed
mcmxcdev opened this issue Dec 17, 2020 · 0 comments
Closed

Type errors when using svelte-simple-datatables with Typescript #17

mcmxcdev opened this issue Dec 17, 2020 · 0 comments

Comments

@mcmxcdev
Copy link

Currently when using svelte-simple-datatables in combination with Typescript, every row.<property> displays following error in the terminal when running svelte-check:

Error: Object is of type 'unknown'. (ts)
        <td>
          <ReportStatus reportStatus="{row.status}" />
        </td>

It would be great to have type definitions or at least these errors silenced, thank you!

@mcmxcdev mcmxcdev changed the title Type errors when using svelte-simple-datatables with Typscript Type errors when using svelte-simple-datatables with Typescript Dec 17, 2020
@vincjo vincjo closed this as completed Jun 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants