No request call on page refresh
Hello,
Currently I'm playing with storefront-nuxt3-boilerplate + custom integration (sdk/api-client).
Is anybody here have a problem with useAsyncData on page refresh? When I go too, for example /category by clicking on header, useAsyncData works perfectly fine and you can see request with proper response in network, BUT when you refresh that page (/category) than there is no request in network, and you can see null response in console.log after the call.
Not sure if that topic is related https://github.com/vuejs/core/issues/5844 ?
Currently I'm playing with storefront-nuxt3-boilerplate + custom integration (sdk/api-client).
Is anybody here have a problem with useAsyncData on page refresh? When I go too, for example /category by clicking on header, useAsyncData works perfectly fine and you can see request with proper response in network, BUT when you refresh that page (/category) than there is no request in network, and you can see null response in console.log after the call.
Not sure if that topic is related https://github.com/vuejs/core/issues/5844 ?
GitHub
Version 3.2.33 Reproduction link stackblitz.com SFC Playground Steps to reproduce Click the Toggle component button in the reproduction, and observe that a template ref is null rather than defined....