Łukasz Holeczek
Łukasz Holeczek
@ktwbc the problem is the new version of TypeScript, not `@coreui/react-pro`. Here is solution: Add this: ```ts import { Item } from '@coreui/react-pro/dist/components/table/CTable' ``` and change this ```ts ... items={usersData}...
What is your version of @coreui/coreui in node_modules?
I asked about the version of @coreui/coreui library, go to node_modules/@coreui/coreui/ and check the version in package.json
You have to lock the version of @coreui/coreui in package.json Change `"@coreui/coreui": "^3.2.0"` to `"@coreui/coreui": "3.4.0",` and reinstall using `npm install`
@jaydiablo @Letrab @oulasri @sideshowcecil I fixed it in the latest release, can you check if this release is ok?
@jaydiablo I fixed it in the latest release, can you check if this release is ok?
Added in the lastest release
Sure, I will check it ASAP
@jaydiablo @patdec I fixed it in the latest release, can you check if this release is ok?
@fancydev18 will be available in next version