Closed GuillermoFarias closed 2 years ago
Please follow setup constructions and add main.js
import PrimeVue from "primevue/config";
const app = createApp(App);
app.use(PrimeVue);
app.mount("#app");
@tugcekucukoglu thank you, but how to make it works with createSSRApp
knowing that we never call .mount('#app')
?
If I do this I get an error that says window is undefined
which is normal in SSR mode.
In the first time the error is locatd when jest run unit testing
after updating package.json the component does not compile
dependabot alert deprecated dependencies
CodeSandbox Case (Bug Reports) https://codesandbox.io/s/epic-wing-e9ddr?file=/src/components/HelloWorld.vue
Current behavior error on component rendering and run jest unit test
Expected behavior build, rendering and run test successfully