smartxworks / sunmao-ui

A Framework for Developing Low-code Tool
https://sunmao-ui.com
Apache License 2.0
1.38k stars 94 forks source link

Revert eval property in object level #689

Closed tanbowensg closed 1 year ago

tanbowensg commented 1 year ago

StateManager used to watch change in expression level and update the result by immerjs. But if StateManager used to watch change in object level, we cannot add this immerjs logic, which will cause unexpected bug. So we decide to revert this change.