Aleksey
Aleksey
## Problem: This code snippet produce such error from Typescript: ```javascript const resultTable = new Table({ head: ['', 'Assets ', 'Entries'] }); resultTable.push( { 'Previous values': [`100`, `200`] }, {...
## Bug report ### Required System information - Node.js version: node/v18.16.0 - NPM version: npm/9.5.1 - Strapi version: v4.25.8 - Database: sqlite - Operating system: linux-x64 - Is your project...
## Bug report ### Required System information - Node.js version: node/v18.16.0 - NPM version: npm/9.5.1 - Strapi version: v4.25.8 - Database: sqlite - Operating system: linux-x64 - Is your project...
### What version of design-system are you using? 1.19.0 ### What's Wrong? I'm developing a plugin for admin part and tried to use Tabs component from design system as is...