Results 9 comments of Paw

@harlan-zw hey updated the package but the probleme persists, I'm having the exact same error. As it might be really hard to replicate (I'm working with a huge Nuxt app)...

@harlan-zw Sorry for the delay! ```sh # npm why unctx [email protected] node_modules/unctx unctx@"^0.0.3" from @nuxt/[email protected] node_modules/@nuxt/kit @nuxt/kit@"0.6.4" from @bravadoco/[email protected] node_modules/@bravadoco/nuxt-timings @bravadoco/nuxt-timings@"^0.1.33" from the root project ``` ```sh # npm why...

Here is my solution. `index.js` ```js import env from 'dotenv' import express from 'express' const app: any = express() const PORT = process.env.PORT || 4000 import middlewares from '../../middleware/common' import...

Similar error, slightly different message, perhaps better to place it here. ![image](https://user-images.githubusercontent.com/44122984/172511316-68ec46b4-593c-4a53-98bf-41b1b9d4edab.png) ![image](https://user-images.githubusercontent.com/44122984/172511352-7fde5f0c-96c2-4c0a-875f-e5cf4f08cf0c.png)

any updates on this? having the same issue > But currently it makes our project weight 233.72KB (16KB without amplitude-js).

> What is the performance impact of doing this? From my point of view, not much, you prioritize development speed, clean code structure and scalability over 100kb extra in your...

> Hey @PawFV, Isn't registering all the components globally affect the performance of the app ? > What is the performance impact of doing this? From my point of view,...

> SFUI should release its own loader that automatically loads only used components. This, exactly!

> ```yaml > commit-msg: > commands: > lint-commit-msg: > run: npx commitlint --edit > ``` For me the above one was **linting previous commit message** instead of the **current one**....