Hi, I am facing a weird issue and I am not sure ho...
# kvision
t
Hi, I am facing a weird issue and I am not sure how to debug it. The problem is I have a SplitPanel inside TabPanel. When I open a tab with splipanel and go back to another tab the content of another tab is broken. Split panel sets style attribute
width: calc(59.7074% - 4.5px);
on
div
element and the value corresponds to the splitter position. But this value is also set on unrelated div on another tab. I expect it's somehow related to virtual dom. Any ideas how to debug it? Kvision v 5.18.2