Compare commits

...

1 Commits

Author SHA1 Message Date
muzam1l
b08b66529c Fix split error 2022-07-05 17:31:49 +05:30
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ const Test = () => {
? [50, 20, 30] ? [50, 20, 30]
: hasScripts : hasScripts
? [50, 20, 50] ? [50, 20, 50]
: [50, 50] : [50, 50, 0]
} }
gutterSize={4} gutterSize={4}
gutterAlign="center" gutterAlign="center"

View File

@@ -3480,7 +3480,7 @@ react-select@^5.2.1:
react-split@^2.0.14: react-split@^2.0.14:
version "2.0.14" version "2.0.14"
resolved "https://registry.npmjs.org/react-split/-/react-split-2.0.14.tgz" resolved "https://registry.yarnpkg.com/react-split/-/react-split-2.0.14.tgz#ef198259bf43264d605f792fb3384f15f5b34432"
integrity sha512-bKWydgMgaKTg/2JGQnaJPg51T6dmumTWZppFgEbbY0Fbme0F5TuatAScCLaqommbGQQf/ZT1zaejuPDriscISA== integrity sha512-bKWydgMgaKTg/2JGQnaJPg51T6dmumTWZppFgEbbY0Fbme0F5TuatAScCLaqommbGQQf/ZT1zaejuPDriscISA==
dependencies: dependencies:
prop-types "^15.5.7" prop-types "^15.5.7"