Redux-devtools: Dev tools do not show pieces of state that are undefined even though they are present

Created on 24 Jul 2017  路  2Comments  路  Source: reduxjs/redux-devtools

Most helpful comment

Yes, I guess that was about Chrome Extension. You need to add serialize option, otherwise JSON.stringify loses it.

All 2 comments

@lagerdeveloper, assuming you mean object properties with values of undefined? I just tested this out with the TodoMVC app and it doesn't appear to be the case.

screen shot 2018-01-08 at 7 11 43 pm

Yes, I guess that was about Chrome Extension. You need to add serialize option, otherwise JSON.stringify loses it.

Was this page helpful?
0 / 5 - 0 ratings