hannad rehman

Results 14 issues of hannad rehman

steps to reproduce - open: http://react-insta-stories-v2.surge.sh/ - enter mobile view in chrome or any other browser - quicky switch back and forth slides. say for 10-20 seconds - now when...

story timing is increasing randomly and sometimes skips the slide. one way to reproduce it let the slide complete. click previous and keep doing it . after some time you...

```[ { content: ({ action, isPaused }) => { console.log(isPaused); // gets called until slide is over return ; }, duration: 3800, } ] ``` used simple config to test...

## Bug Report or Feature Request (mark with an `x`) ``` - [x] bug report -> please search issues before submitting - [ ] feature request ``` ## Versions. ```...

hi. i am using `lerna` monorepo setup for my project. where we can have multiple react projects in the same repo. which enables us to achieve maximum code re-use and...

few problems in this module. 1. while using angular components, previous/parent state is dependent on route params. so when you go back to those states the state params are always...

First of all thanks for creating this tool. it helps alot in modularising the schema. it would be great if we can run `prisma format` on our source files. ```...

We should be able to preload next story. it will help improving next story performance. we can have similar api to enable preloading ```jsx export default function ComponentStories() { const...

enhancement

**Is your feature request related to a problem? Please describe.** Github actions to run tests on every branch push

enhancement

**Is your feature request related to a problem? Please describe.** right now its a manual process to generate docs and push to gh pages. we need to automate it

enhancement