You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
I do not have any reproduction links but I think that the problem might be in the following:
Since I'm using SSR I imported the component in the following way in the app.js file:
Since I'm using this Single File component on multiple areas and pages and I'm using the same argument mySwiper I think it's causing memory leaks because not all instances are cleared up. But I'm not sure if this is the correct conclusion.
What is Expected?
VueSSR should react to file changes and rebuild the application
What is actually happening?
The application gets an fatal error and says that the memory heap is full
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Vue.js version and component version
vue-server-renderer: 2.4.4
vue: ^2.4.4
vue-awesome-swiper: ^3.1.3
node version: 8
Notes
Application is built with Webpack
Steps to reproduce
npm run dev
in VueSSRReproduction Link
I do not have any reproduction links but I think that the problem might be in the following:
Since I'm using SSR I imported the component in the following way in the
app.js
file:And after that I created a Singe File component:
Since I'm using this Single File component on multiple areas and pages and I'm using the same argument
mySwiper
I think it's causing memory leaks because not all instances are cleared up. But I'm not sure if this is the correct conclusion.What is Expected?
VueSSR should react to file changes and rebuild the application
What is actually happening?
The application gets an fatal error and says that the memory heap is full
The text was updated successfully, but these errors were encountered: