Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita80dae6

Browse files
fixed missing children error
1 parent33a4848 commita80dae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎client/packages/lowcoder/src/comps/generators/uiCompBuilder.tsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,10 +299,10 @@ const UIView = React.memo((props: {
299299
constrestrictPaddingOnRotation=useMemo(()=>Boolean(defaultChildren.restrictPaddingOnRotation),[defaultChildren.restrictPaddingOnRotation]);
300300
constrotationVal=useMemo(()=>{
301301
if(isNotContainer){
302-
returndefaultChildren.style.children?.rotation?.valueAndMsg.value
302+
returndefaultChildren.style?.children?.rotation?.valueAndMsg.value
303303
}
304304
returnnull;
305-
},[isNotContainer,defaultChildren.style.children?.rotation?.valueAndMsg.value]);
305+
},[isNotContainer,defaultChildren.style?.children?.rotation?.valueAndMsg.value]);
306306
constboxShadowVal=useMemo(()=>{
307307
if(isNotContainer){
308308
returndefaultChildren.style?.children?.boxShadow?.valueAndMsg?.value;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp