Jameson Knoll
Jameson Knoll
Seems like there is still interest in adding a `restart` feature. Anyone currently working on a PR @jstejada ?
@jstejada @IAmNatch After thinking on this a little, I'm not sure that the restart feature in its own right has much of a use case. Perhaps the feature that we...
So it looks like someone has already implemented this feature as a separate package. https://www.npmjs.com/package/react-typist-cycle Not sure whether this is worth doing if we're just going to be duplicating work....
The itemTextStyle prop won't get you exactly what you want. This is a bit of a hacky solution that I put together. It doesn't look great, but it works. It...
@BlakeGuilloud I would like to work on this
@emilyanndavis What are you testing for with this assertion? `expect(() => randomInRange(1.0, 10)).toThrow()` javaScript doesn't differentiate between floats and ints, so for all intents and purposes `1.0 === 1` Or...
All good. I had already commented out the test by the time I submitted the PR implementing this function, but I think the other parameter tests are sufficient enough to...