George Katsanos

Results 111 comments of George Katsanos

I don't understand most of the comments. persistore.purge() as it's clearing localStorage has to be a promise / async. You can await it inside an async function and I'd use...

I checked out a new branch, and got this same error message.

> @MicroDreamIT import the library like this: `import Paginate from 'vuejs-paginate/src/components/Paginate'` > > Do not use client-only. could you elaborate?

We used simple console log and we did our own formatting.

set the shell env vars, ```sh master  pnpm start > [email protected] start /Users/gkatsanos/repos/visable/requests-frontend > NODE_OPTIONS='-r dd-trace/init' HOST=0.0.0.0 PORT=3000 node ./dist/server/entry.mjs HTTP_PROXY 192.168.1.107:9090 HTTPS_PROXY 192.168.1.107:9090 Server listening on http://0.0.0.0:3000 ```...

@manniL we're running into a similar issue with a Vue2 component, what would be the fix for it to properly work?

We took the component in question (we own it) and converted the syntax to Vue3 and we got the same error...

Hey Daniel :) I struggled to, but I think I narrowed it down to something related to the fact that 1) the component is an external node_module imported into the...

update, it seems that adjusting the peer/dependencies of the components library addresses the issue ![image](https://user-images.githubusercontent.com/1768834/234376072-12ed3eea-e79a-4c72-94f9-a9bf27b3dee9.png) ![image](https://user-images.githubusercontent.com/1768834/234376109-ca204c9f-679a-426c-8f2c-58cee9153ebd.png)