guirak
guirak
Hi, Thank you for this quick feedback. The consumerARN value is correct. I have just seen that I was creating a new builder instead using the one of the supplier...
Hello, Yes it seems to be the problem, I have tested forcing the old version : ``` "pnpm": { "overrides": { "@nuxtjs/tailwindcss": "6.11.4" } }, ``` And it's working well...
Hi ineshbose, Yes, staying in 6.11.4 it's a good workaround for me. It's a module within my project. I have decomposed the project in several nuxt module to be reusable...
Hello, I'm encoutering the same problem but in development. I have tested solution 1 and 2. None of them solve the problem. ```vue [...] const getValue = () : FieldValue...
Hi @XiaoBaiClassmate, thank you for reply. I have just found my problem. I was using : ```typescript const DataGridCellEditorReference = defineAsyncComponent(() => // @ts-ignore import(`@mmiErpUiFwk/components/grid/DataGridCellEditorReference.vue`) ) [...] ``` for the...