This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
fix: Previously set onGlobalSetup executes for next requests. #270
Labels
bug
Something isn't working
๐ The bug
Previously set
onGlobalSetup
executes for next requests.๐ ๏ธ To reproduce
Steps to reproduce the behavior:
Make new plugin with following code:
and try to reload page few times.
Log would be:
Or you can visit codesandbox with the bug:
https://codesandbox.io/s/tender-dream-6wjvf?file=/plugins/custom-plugin.js:0-183
๐ Expected behaviour
One call
onGlobalSetup
for each request.โน๏ธ Additional context
Node version 14
Production build
Latest
nuxt
(2.14.6) and@nuxtjs/composition-api
(0.13.1)The text was updated successfully, but these errors were encountered: