Results 9 comments of Deeptesh Chagan

Also one other thing i noticed when attempting to use relay style pagination was that when i used `after` and `first` the next page included the after cursor result. After...

@fenos Thanks!. I just have a question in terms of the use of limit, offset and skip. Correct me if I am wrong but shouldn't offset be used to determine...

Having the same issue @muntamala , tested on a local project. The animation becomes 'jittery' when transitioning a component (that contains this Textarea component within) using CSSTransitionGroup. Removing the _resizeComponent()...

@andreypopp unfortunately wrapping it with the static container doesnt seem to have any effect. While I dont quite understand the intricacies of the problem we know its from the call...

Yea I can see why this could be a problem. I think best solution is to differentiate between being passed a string and element. If a string is passed as...

Hi, thanks for creating the issue. That is quite strange and i haven't had a chance to investigate yet. I have however just quickly added the force close option above....

@Pasichnyk thanks for the heads up, does using `forceClose={true}` on the Notify component result in all of the notifications closing? Are the notifications being created with `canDismiss: false`?

Hi, thanks. Currently its doesnt but it should be pretty easy to add. Just need to create a new action in https://github.com/deep-c/react-redux-notify/blob/master/src/modules/Notifications.js for updateNotification and have it take the id,...

Hi, sounds good to me! Create a PR and we can add it to the package. Thanks!