rubennaatje

Results 9 comments of rubennaatje

Bit late, but I think this is a monaco issue and not related to this package. Does rerendering with v-if or changing the key work?

For me the issue is already when i enable the module. Don't even need to add the component anywhere.

@IlCallo i did it like this in our nuxt project setup file ``` installQuasarPlugin({ plugins: { Notify } }); ``` test file: ```ts const notify = vitest.fn(); const wrapper =...

https://github.com/visjs/vis-timeline/pull/1569 This should help, it's merged but is unfortunately not released yet

I'm also having this issue, here's my nuxi info if that helps. ------------------------------ - Operating System: `Linux` - Node Version: `v18.10.0` - Nuxt Version: `3.0.0` - Nitro Version: `1.0.0` -...

@yassernascimento Any way you could show how you did it manually?

I thought Bun wasn't going to work with grpc yet because of missing HTTP2 support? Might be related to your issue. Hope they support it soon though!

> Firebase Admin SDK requires a full Node.js runtime and currently not supported on other alternative JS environments. Yeah seems to me like this should be a bun.js issue and...

Are they supposed to work like that? I can't find in the mjml documentation or github anything that says this should work.