mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-03-01 17:56:06 +08:00
Merge pull request #75 from webzard-io/runtime
hotfix: revert the change to value initialization
This commit is contained in:
commit
84d4b53c03
@ -138,7 +138,7 @@ export const ImplWrapper = React.forwardRef<
|
||||
// component properties
|
||||
const [evaledComponentProperties, setEvaledComponentProperties] = useState(
|
||||
() => {
|
||||
return merge(c.properties, propsFromTraits);
|
||||
return merge(deepEval(c.properties).result, propsFromTraits);
|
||||
}
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user