Kieran
Results
2
comments of
Kieran
Argument of type 'Ref<null>' is not assignable to parameter of type 'MaybeElementRef<MaybeElement>'.
I arrived here after experiencing this issue today with `useElementSize(element)`, but the 10.7.0 update seems to have resolved it, for me at least. EDIT: The issue is not resolved for...
I'm experiencing the same issue. I'm using Nuxt (for context) with `` in SFCs. When I update my `mixin.scss` file in `./assets`, all custom styles are removed from the target...