nuxt / bridge

🌉 Experience Nuxt 3 features on existing Nuxt 2 projects
MIT License
273 stars 29 forks source link

fix: clear timeout when asyncData request finishes and aborts #1220

Closed wattanx closed 4 months ago

wattanx commented 4 months ago

🔗 Linked issue

Fixes: https://github.com/nuxt/bridge/issues/1219

❓ Type of change

📚 Description

The timer from the previous request may remain, which could cancel the next request. Therefore, I have made sure to clear the timer at the end of the request.

ref: https://github.com/nuxt/nuxt/pull/27308

📝 Checklist