You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SplitView is correctly rendered as a 100% height component with a "pc" content however above it is an empty container with 100% height (see screenshot)
I use DockView in the same app and it works well.
If that code is not enough I will make some minimal next.js app to reproduce
Expected behavior
"dummy" instance is not created
Screenshots
Desktop (please complete the following information):
Dockview 3.2.0
The text was updated successfully, but these errors were encountered:
Describe the bug
SplitviewReact component is placed twice into a DOM when React StrictMode is enabled. (It works fine with non-strict mode)
To Reproduce
This is a code I have in my next.js (App Router page)
SplitView is correctly rendered as a 100% height component with a "pc" content however above it is an empty container with 100% height (see screenshot)
I use DockView in the same app and it works well.
If that code is not enough I will make some minimal next.js app to reproduce
Expected behavior
"dummy" instance is not created
Screenshots
Desktop (please complete the following information):
Dockview 3.2.0
The text was updated successfully, but these errors were encountered: