farm-fe/farm

[Bug Report]: PrimeVue (and without it) SSR.

Closed this issue · 5 comments

Steps to reproduce

Make a SSR project with PrimeVue. Import it anywhere or use in the project. Build for SSR (node).

Reproduce link

No response

What is actually happening?

From this:
image
It's in Object.defineProperty(t,"default",{enumerable:!0,get:function(){return o;}})

To that:
image
Here 'this' is it:
image

And this (without PrimeVue):
image
.
image

System Info

Win10 x64 high-end config.

please provide the farm version you are using

"@farmfe/cli": "^1.0.2",
"@farmfe/core": "^1.1.15",

which primevue version are you using? I can not reproduce your issue, i use primevue@4-rc

which primevue version are you using? I can not reproduce your issue, i use primevue@4-rc

3.52.0

could you please share repro you are working with? I'll try to compare.

I reproduced it in 3.52.0, i'll fix it now