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
I constantly seem to make this mistake: foo.getIn("bar", "baz"). (note the lack of [])
Often it returns undefined but sometimes I end up with a number or something. The annoying thing is that the error is silent. I wish getIn would just blow up when I try to do something like that.
The text was updated successfully, but these errors were encountered:
I constantly seem to make this mistake:
foo.getIn("bar", "baz")
. (note the lack of[]
)Often it returns
undefined
but sometimes I end up with a number or something. The annoying thing is that the error is silent. I wishgetIn
would just blow up when I try to do something like that.The text was updated successfully, but these errors were encountered: