Jay Kariesch

Results 4 issues of Jay Kariesch

Updates docs to address #82 . Has a dependency of #152 to function properly since when using this strategy with requestAnimationFrame causes the timestamp to skip `0` altogether.

The timestamp passed into `incrementCount` doesn't reliably hit `0` to trigger `onStoryStartCallback`. At times it will skip `0`, which means the callback won't fire at all. This update triggers `onStoryStartCallback`...

Hey -- great package. That said, any plans to allow this to work with `createElement`? When using `createElement`, it does add _a_ hashed attribute, however, it doesn't correspond to the...

I ran into an issue where Webpack parses `node_modules`. I resolved this by changing the current `exclude` to: `exclude: [/node_modules/],`