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
Statebus hasn't decided whether undefined fields should be stripped out of objects, or preserved. As a consequence, it behaves inconsistently. Here's an example:
Undefined fields
Statebus hasn't decided whether undefined fields should be stripped out of objects, or preserved. As a consequence, it behaves inconsistently. Here's an example:
We need to decide what to do with undefined fields, and sweep through the whole codebase to enforce it.
Zero-length keys
Statebus will often not recognize the
''
key:Because
''
evaluates to false, and quite a bit of code checks if an object has a key withobj.key
.The text was updated successfully, but these errors were encountered: