question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Some times, all I get in the State tab is (pin): undefined.

I’m using Immutable states and they show fine most f the times (I have serialize: { immutable: Immutable, options: true } in my config), but some times when some actions come, it gets broken. For example, when I use react-router-redux actions/middleware, that’s when I get the empty State.

Any ideas?

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
sarimartoncommented, Mar 9, 2022

I have a case now where Redux Devtools always shows undefined state in Chrome, but it works fine in Edge. I have uninstalled all other extensions in Chrome and restarted, still the same. I’m rolled back to a revision with my app in which it’s 100% that it worked previously.

0reactions
iykeslimcommented, Mar 15, 2022

i have similar issue, but mine has been undefined for as long as i can remember and when I click on a product, I get the error that says reading undefined of ‘image’

Read more comments on GitHub >

github_iconTop Results From Across the Web

Redux state returns as undefined despite Redux devtools ...
Your state is an Array which doesn't have items property. Try using this code: const mapStateToProps = (state) => { return { items:...
Read more >
Trakt - Authentication PIN "Undefined" - Plugins - Emby
No matter how many times I get a new PIN, after about a minute, the PIN reverts to "Undefined". As a result, the...
Read more >
How to Return Pin to Undefined State? - Arduino Forum
I have been looking for a way to return a pin to the undefined state, like it was before the mode was set,...
Read more >
Undefined error for Check pincode - WordPress.org
Undefined error for Check pincode ... Hi,. There seems to be some API update from your side due to which this plugins code...
Read more >
Why is this deposit method giving me an undefined method '+ ...
pin_error end def deposit(pin_number,amount) if pin == pin_number balance += amount puts "Deposited #{amount}. ... undefined method `+' for nil:NilClass.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found