Nick Medrano
Nick Medrano
How much did you have to change with auth0? I was looking at that as an alternative.
I do not think the author of this library is still alive.
Believer this library is no longer maintained
This pull request fixed the issue (for now): https://github.com/andreassolberg/jso/pull/99
I wanted to say that I also just got this error when using it with nuxt 3 rc4 (not sure if the previous rc versions have the same issue).
OK, I am not sure if I did this right, but I added this to my nuxt config: ```js vite: { logLevel: 'info', optimizeDeps: { include: [ '@yeger/vue-masonry-wall' ] }...
I haven't checked lately, but this is how I have it set up in my Nuxt2 application with no issues: Template: ``` ``` Script section: ``` import 'vue-inner-image-zoom/lib/vue-inner-image-zoom.css' import InnerImageZoom...
Just tested....works fine in Nuxt3
I had this same issue at the office, but I can't seem to replicate at home. I think I solved it by adding some polyfills to the head of my...
@jklongi Did you add the function to your code to call the polyfills? `ES6Promise.polyfill();` I'm using IE11 and it works for me....