Michalis Giannas

Results 20 comments of Michalis Giannas

* Related to `useDefineForClassFields` property. Be aware of behavior changes after enabling the `useDefineForClassFields`. I'm very sad that I didn't know this property before :( **The quote is from https://github.com/vuejs/vue-class-component/issues/447#issuecomment-699619406**...

will be really nice if we take the time and solve this issue of storybook and `@nuxt/ui` and `@nuxt/ui-pro` for the moment none of the storybook modules is working with...

I will prepare later a reproduction repo

@benjamincanac I have prepared the [reproduction repo](https://github.com/TiBianMod/storybook-nuxt-ui) for you to test **Please read the Readme**

@benjamincanac we have any news, from where the issue is coming?

after testing and testing again, the issue is coming from `nuxt-icon` module if we going to install [nuxt-icon](https://github.com/nuxt-modules/icon) module without `nuxt-ui`, we going to see exactly the same errors. >...

implemented by PR https://github.com/toss/es-toolkit/pull/610

add this deps on your local `devDependencies` ```json { "aws-sdk": "^2.1526.0", "better-sqlite3": "^9.2.2", "mock-aws-s3": "^4.0.2", "mysql": "^2.18.1", "mysql2": "^3.6.5", "nock": "^13.4.0", "oracledb": "^6.3.0", "pg-query-stream": "^4.5.3", "sqlite3": "^5.1.6", "tedious": "^16.6.1" }...

> Knex requires you to install only drivers you need, not always all drivers. Build works without these packages in ts-node. So it may also work with bun. this is...