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
Only applies to es6 version of remx.
When reusing some object to define store state it's not being proxified more then once, hence accessing&modification properties inside it are not tracked.
Only applies to es6 version of remx.
When reusing some object to define store state it's not being proxified more then once, hence accessing&modification properties inside it are not tracked.
The test case (currently skipped) is here: https://github.com/wix/remx/blob/master/src/integrationTests/EdgeCases.test.js#L98-L123
The text was updated successfully, but these errors were encountered: