fix: use alternative build for docs due to breaking changing in upcoming release

This commit is contained in:
mathuo 2023-02-21 07:16:42 +07:00
parent 200e1c4ccb
commit 199e4ff77d
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281
4 changed files with 8 additions and 3 deletions

View File

@ -21,7 +21,7 @@
"@mdx-js/react": "^1.6.22",
"axios": "^1.3.3",
"clsx": "^1.2.1",
"dockview": "^1.5.2",
"dockview": "0.0.0-experimental-4ff77d46-20230221",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",

View File

@ -84,7 +84,7 @@ export const CustomHeadersDockview = () => {
position: { referencePanel: 'panel_7', direction: 'within' },
});
event.api.addEmptyGroup();
event.api.addGroup();
};
return (

View File

@ -316,7 +316,7 @@ export const DockviewDemo = () => {
position: { referencePanel: 'panel_7', direction: 'within' },
});
event.api.addEmptyGroup();
event.api.addGroup();
event.api.getPanel('panel_1').api.setActive();

View File

@ -5481,6 +5481,11 @@ dns-packet@^5.2.2:
dependencies:
"@leichtgewicht/ip-codec" "^2.0.1"
dockview@0.0.0-experimental-4ff77d46-20230221:
version "0.0.0-experimental-4ff77d46-20230221"
resolved "https://registry.yarnpkg.com/dockview/-/dockview-0.0.0-experimental-4ff77d46-20230221.tgz#45b23ed4184ab2ba3728e9f8fdd482b8c7b7523d"
integrity sha512-EzdqR/OFhw/danue95j3rOzswUxRod+HuKm0VbJvVbKyHUIZhrHWXCCCHEH3QbT9olmYk/piEuspzkn1MgcB/g==
doctrine@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz"