pull down to refresh

FYI @k00b I just found a bug after rebasing on master today:

https://github.com/stackernews/stacker.news/blob/master/components/image.js#L92

This is not the default export, so https://github.com/stackernews/stacker.news/blob/master/components/item-full.js#L6 needs to either use destructuring, or the component needs to become the default export.

This caused rendering errors when viewing items locally

I'd open a bug but this feels more efficient in this case

Nice catch. I'll fix locally

reply

Dumb luck :P

reply

deleted by author