nuxt / devtools

Unleash Nuxt Developer Experience
https://devtools.nuxt.com
MIT License
2.85k stars 153 forks source link

fix(timeline-helper-wrapper): Fix return value in timeline wrapper for promises #567

Closed Vespand closed 8 months ago

Vespand commented 8 months ago

This PR fixes bug of usage timeline option with useAsyncData with lazy: true

Type of change

Description

Case if bug:

Reproduction

This happens, because .finally() returns only Promise, without additional attributes, added by useAsyncData()

Looking for feedback about fix :)