Oskar Olsson
Oskar Olsson
It's very likely the root cause is the exact same as with the [issue that Jest is having](https://github.com/facebook/jest/issues/11956), so that thread might be useful.
ping @afontcu ^ 😄
We too were bitten by this issue. I think this is very unintuitive behavior. If I start at some state I expect the machine to work like normal; and for...
You can still use the normal scales to map between the domain and a range that would be appropriate for the strokeWidth. In other words, I don't think it's essential...
Hi :) So let me get this straight, what you're requesting is an option that would turn the following: ``` python if rainy: #this is a partial line comment use_umbrella()...
Ohh, that's actually quite nice. +1
Related bug report: https://github.com/nuxt/test-utils/issues/986 I have triaged this and `renderSuspended` starts getting this issue from `v13.14.0`. @ngajhede In your case it's breaking since you're using the prop name `error`.
This is due to `ResizeObserver` observer not being present in `JSDOM` and `nuxt-vitest` doesn't do any attempt to polyfill it either. You will probably not be able to set this...
> Yes, you can mock things like that using vitest's `setupFiles` option, IIRC. I don't think this is actually the case unfortunately. Since nuxt-vitest architecturally hooks itself up to Vitest...
Running `yarn version check --interactive` doesn't work unfortunately. ``` ERROR Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for...