Prithvi Raju M

Results 10 comments of Prithvi Raju M

@giuseppeg,, Sure will give it a shot and create a PR. Meanwhile would be helpful if you could point me in some direction to know about how babel transforms work,...

@giuseppeg,, do i have to include a failure test case ? like a scenario expecting an error on the wrong styles. I'm new to unit testing stuff,, apologies in case...

@giuseppeg , please review and guide. Updated the PR.

@giuseppeg, please do if you have time, i have been busy with lot of other things, won't have time until a month.

@danielo515 that sounds similar to what i want to achieve. Could you please point me onto some example repo? would help us alot. Ideally we need the node_modules deps to...

Anyone tried a similar approach, i'm trying to implement this outside the context of the lib, any pointers would really help my approach.

@jl- This issue still exists on windows with mouse. But can't be replicated on osx, with both mouse and trackpad. The issue lies with the below line, post commenting this,...

I have the exact same issue with using next.js. @svassr, did you manage to get a workaround for this issue ? @jl-

If anyone still has this issue, this is how i got it working around. [Code](https://github.com/aga5tya/sample-slide/blob/master/pages/index.js#L25)

Digging further, i see that the deck has 0 height when this.calcDimension() is fired on the componentDidMount lifecycle of Deck component. Around [here](https://github.com/jl-/react-slide-deck/blob/master/src/deck.js#L78). This is because the children have not...