Brian Gradin

Results 6 issues of Brian Gradin

Currently using preact-router v2.6.0 With a router configured like: `...` and a link like: `Foo`, the content of the router gets rendered twice. Cause is [here](https://github.com/developit/preact-router/blob/master/src/index.js#L49-L53): a history item is...

Let's say you're using this library to add an animation to an element when it scrolls into/out of view. You choose a slide animation; the element will slide in from...

The final sample on the controlsList samples page is missing the `controls` attribute, so you can't see the controls.

TL;DR: The module system in Snabbdom provides a powerful way to extend the core functionality, but it leads to conventions for vnode attributes that, as a newcomer to this project,...

Typescript intellisense appears to have been broken by #1052. For example: ```tsx Hello, world! ``` The above code generates `ts(7026)`: `JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements'...

It's a little hard to see in the image below, but fog doesn't work when building this project on Mac (more specifically, El Cap). Rather, blocks are visually truncated in...

bug