Chris

Results 7 comments of Chris

Are you using Vue 3? I had to write a patch script to get it working with Vue 3. Something along those lines: ```ts const patchVue3 = () => {...

**+1** for the environment variable flag. As a workaround for our remote schema we're sending an additional header: `x-hasura-admin-secret-remote` ```ts const hasuraMiddleware: Handler = (req, _, next) => { if...

+1 for DataTable/DataView generics support ```ts // DataTable.vue defineProps() ``` ```vue ```

@tugcekucukoglu Yes the Api file looks correct, but I think it needs to be exported from the `package.json` https://github.com/primefaces/primevue/blob/master/packages/primevue/package.json You see, the export is missing there.

Confirming this issue is happening again right now (November 18, 2025 13:23 UTC) with Yarn 4.4.0. All of our GitHub Actions workflows are failing with: ``` Internal Error: Server answered...

We ran into this issue too. I suppose it would be better to introduce a breaking minor version change to align with the API response.