You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In this line , staticKeys.includes(k) is always true, then go to continue and can not update interface with the same key.
it should be what user defines in forceUpdates, just update it. if (staticKeys.includes(k) && !forceUpdates.includes(k))
The text was updated successfully, but these errors were encountered:
baklavajs/packages/core/src/dynamicNode.ts
Line 184 in 9870182
Hi,
In this line , staticKeys.includes(k) is always true, then go to continue and can not update interface with the same key.
it should be what user defines in forceUpdates, just update it.
if (staticKeys.includes(k) && !forceUpdates.includes(k))
The text was updated successfully, but these errors were encountered: