mathuo
mathuo
sorry, checking
Sorry, I was watching this and then it fell of my radar for awhile. I need to release a bug and then once that is done I'll make sure this...
continued [here](https://github.com/mathuo/dockview/pull/943)
Could you explain the question in a little more detail?
The dockview Vue package actually only exports to dockview component and not the others (splitview, gridview etc). Let me add a task to get those added too.
Can you explain why you wanted to use mouse events rather than pointer events?
I would need to check this logic at some point but the changes in `dockviewComponent.ts` - I don't think they are required?
`react-portals-cache` I assume is something that belongs to the third-party package's logic since it's not something found in dockview. Happy to investigate but might need a little more info. When...
How are you going about using the `components` props? Anything fancy here like custom parameters or is your application state parsed into the dockview components using a state management tool...
Out of curiousity do you still experience the same issue if you set `defaultRenderer='always'` on each `DockviewReact` component?