Guillaume Chau
                                            Guillaume Chau
                                        
                                    Currently trying to edit a toot by adding an image description results in an "Unexpected error" message after clicking on "Apply": 
I merged this PR too fast, it is expected that `DynamicScroller` hard code `key-field` to `id`. I will revert this to fix #758
Items passed from `DynamicScroller` to `RecycleScroller` are always of the shape `{ id, item, size }`: https://github.com/Akryum/vue-virtual-scroller/blob/95b934a10343338d102324766e84036e06d9a6a6/packages/vue-virtual-scroller/src/components/DynamicScroller.vue#L115-L125
Thanks for your PR! We now already have a `skipHover` prop. I will merge all the changes from the v1 (for Vue 2) to the Vue 3 version soon!
I'm not sure we want to change this as it might degrade performance.
I guess this could break apps with Apollo Client 2.
Implemented
I think the best solution is to not have elements overflowing from an item is the list, as it's a virtual list and the actual z-index of each row is...
Commenting the `load` part of the unplugin plugin ([here](https://github.com/Akryum/unplugin-icons-issue-94/blob/1532a13310b950b086ae3cf8aad6f10fc38d880d/unplugin.js#L13-L20)) makes the error go away. So the issue is probably related to `load`.
So when the error happens, `resolveId` is not called and then `plugin.__vfsModules` doesn't have the virtual module so it fails.