NicholasAntidormi
NicholasAntidormi
I have the same issue. I think that passing "this" as argument when an event function is called could solve the problem. es. change this.options.onOpen() with this.options.onOpen(this) here https://github.com/wenzhixin/multiple-select/blob/7ea08b0176a84f95183d281aa96692f49fd434b4/src/MultipleSelect.js#L658
Is it possible to add this to the readme or add an error? It's so hard to find
Sorry, I didn't see the comment. Thank you!
Hi @SamVerschueren, any updates on this? Thanks > Hey [@jantimon](https://github.com/jantimon) 👋 ! Thanks for reaching out. This looks like a bug indeed. I'll create a ticket and see what's causing...
I think this is linked to these comments https://github.com/atinux/nuxt-auth-utils/issues/427#issuecomment-3309446157 https://github.com/atinux/nuxt-auth-utils/issues/427#issuecomment-3309554934
I’ve been looking into this and I don’t think the current behavior is intentional - or at least it’s not well documented. The behavior seems to come from the server...
I think there is another point too, similar to the one discussed for `useCookie` (es. https://github.com/nuxt/nuxt/pull/21940) During ssr any api call to a server api that mutates the session does...