Sebastian Bayer
Sebastian Bayer
Working again as of now ... not sure if deleting my cookies solved it or if Google reactivated the old url today. But still I think the correct url `iframe_api`...
As a workaround I used a CSS filter that applies the drop shadow to a wrapping div tag around the SVG. However, if you need filters around a specific element...
currently working on it.
please update `@trevoreyre/autocomplete-vue` to at least 3.0.1 for Vue 3 support.
Thanks for the feedback. Before implementing I was looking up what natural sort order is supposed to do, and by definition in [Wikipedia](https://en.wikipedia.org/wiki/Natural_sort_order) it is > the ordering of strings...
Sorry for the late reply, I am glad there is still interest in the topic. @semmel I added the language parameter first as you suggested. I hope I got the...
@xvaara since v3.11.0 nuxt now includes a teleports root element within the body tag. https://github.com/nuxt/nuxt/releases/tag/v3.11.0 I think the `#teleports` target ID has to be set by boostrap-vue-next to fix the...
The `teleportTo` solution will probably fix the hydration warnings related to teleports, but there are also lots of other hydration warnings related to element IDs in SSR in the StackBlitz...
@danielroe sorry to revive this, but even with 3.15.4 when I have a prop named `results` with `mountSuspended` I still get the warning > [Vue warn]: Cannot mutate binding "results"...
I can confirm setData leads to the above mentioned error message with `mountSuspended`. Just wanted to share my workaround: ``` const wrapper = await mountSuspended(MyComponent, options) wrapper.setData = data =>...