vue-instantsearch icon indicating copy to clipboard operation
vue-instantsearch copied to clipboard

Memory leak in nuxt

Open bootsmann1995 opened this issue 4 years ago • 1 comments

I get a memory leak some times in serve and every time on build: the errors are following: Serve: image build: image

im using the V3 setup, algolia has in its documentation: https://codesandbox.io/s/github/algolia/vue-instantsearch/tree/master/examples/nuxt

here is my code: image

bootsmann1995 avatar Aug 07 '20 06:08 bootsmann1995

Hi @bootsmann1995, the code you sent is in a screenshot, which means that we can't run that. It seems like there are some differences between the existing component and this one.

To note as well, that the component which has serverPrefetch can not also have asyncData, since both have the same goal, and would become an infinite loop otherwise

Could you create your example code in a repository or sandbox please?

Haroenv avatar Aug 10 '20 13:08 Haroenv

As I believe this hasn't been reported since, I think you found a solution, so I'll close this issue now. Thanks for reporting!

Haroenv avatar Dec 22 '22 09:12 Haroenv