Closed johngerome closed 1 year ago
@johngerome Found the issue! I see that Nuxt is not providing "events" node module. When I added it as dependency like: `'events': '3.3.0' it worked. I will add it as dependency for such cases. You can try it out by adding it there, I will deploy fix today or tomorrow with this dependency.
Thanks for the support!
@johngerome Found the issue! I see that Nuxt is not providing "events" node module. When I added it as dependency like: `'events': '3.3.0' it worked. I will add it as dependency for such cases. You can try it out by adding it there, I will deploy fix today or tomorrow with this dependency.
Thanks for the support!
@prc5 It worked as well on my end 🥳. Thank you so much.
@johngerome Update is out 👍🏻 I'm looking forward to some feedback! 😄 If you have any ideas for improvements for better implementation with Vue/Nuxt let me know. Thanks!
Describe the bug Related to https://github.com/BetterTyped/hyper-fetch/issues/37
I still getting
default is not a constructor
. Example here https://stackblitz.com/edit/hyperfetch-nuxt-demo?file=pages%2Findex.vue Updated the hyper-fetch to3.3.0
Any idea ? Any help would be much appreciated. Thank you.To Reproduce Steps to reproduce the behavior:
Expected behavior No error should happen.
Screenshots see hyperfetch-nuxt-demo
Desktop (please complete the following information): N/A
Smartphone (please complete the following information): N/A
Additional context N/A