Cole Chamberlain

Results 28 comments of Cole Chamberlain

Can you modify your `idleStatusDelay` expression to look like the following: ```js export const idleStatusDelay = idleStatus => (dispatch, getState) => { const exp_delta = getExpirationDelta(); if(typeof exp_delta !== "number")...

@oliverbienert sorry for slow replies, it's a busy week. I believe that error should only occur if your `idleStatusDelay` function is not returning a number for some value that it's...

I think the typical way to do what you're asking is passing a selector function to filter only the part of state you care about. From the [options table](https://github.com/romseguy/redux-devtools-chart-monitor). ![image](https://cloud.githubusercontent.com/assets/424694/14837029/cc984002-0bc9-11e6-991a-c3f23cecf94e.png)...

I'm experiencing the same issue on Windows 8...

@pustovalov just forked yours and it worked first try. Haven't done enough testing to see if it will come back but I had a complete blocking issue after installing `webpack-watch-files-plugin`...

Thanks @maktouch for opening. This sounds like an interesting feature. The biggest use case I've had for localsync is usage in (redux-idle-monitor)[https://github.com/noderaider/redux-idle-monitor] which is strictly client-to-client notification of user activity....

@maktouch - thanks for shooting over the link to crosstab for reference. I think it's worthwhile to add this feature. I should be able to get to it in the...

In addition to what @filipkis mentioned, I probably wouldn't recommend creating the synchronizer within `componentDidMount` unless there is a good reason to. The example here doesn't use props / state...

I'm seeing this in Firefox and the timing of the issue report correlates to some major CSS issues that showed up on our site in the past week. ![image](https://user-images.githubusercontent.com/424694/86061915-7e5b8880-ba1c-11ea-9527-5dd76ab8ca1a.png) ![image](https://user-images.githubusercontent.com/424694/86061967-929f8580-ba1c-11ea-9e64-f8996609fe11.png)...