Roman Tonkoshkurov
Roman Tonkoshkurov
Regarding to issue #1401 Added property to config: ``` i18n: { disableDefaultRedirect: boolean | string[] // false by default } ``` It works only for strategy **prefix_and_default**. It disables redirect...
### Current Behavior TS Error: Cannot find module '@org/my-lib' or its corresponding type declarations.ts(2307) /apps/org/src/app.vue: ```vue import { myLib } from '@org/my-lib'; ``` ### Expected Behavior It has no errors...
### Current Behavior Can't use library packages inside nuxt application nuxt.config.ts file, however can use files in src/** (but getting TS type error from https://github.com/nrwl/nx/issues/21862) ### Expected Behavior Can use...
### Describe the bug Combination with pinia storeToRefs + SSR (nuxt3) + useEventBus().on causes memory leaks. I'm not sure it directly related to useEventBust or storeToRefs pinia or the way...