-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Container with theme class is created twice #818
Comments
Released in |
@mathuo looks like it's a bit broken with DockviewReact 😅 nothing is rendered https://stackblitz.com/edit/vitejs-vite-gxtkfb71?file=src%2FApp.tsx |
Ah - seems to be an issue with rendering within I've gone through and fixed this up in a new PR with additional tests around this area. Will test and release before the new week. |
Released in |
@mathuo looks good, thx ) |
Describe the bug
Since one of the dockview's updates there are two nested containers (divs) with theme class applied
To Reproduce
Steps to reproduce the behavior:
div.dockview-theme-abyss
elementsExpected behavior
only one
div.dockview-theme-abyss
is createdScreenshots
Desktop (please complete the following information):
Additional context
We have some custom styles on top of the theme class and now they are applied twice
The text was updated successfully, but these errors were encountered: