Hacker News new | ask | show | jobs
by onion2k 2073 days ago
For what it's worth, by the time I'd finished reading the post there were about 450 errors about "Cannot set property 'className' of null" sitting in my console. Assuming Makeswift are dogfooding their own product that's not great.
1 comments

Hah! Nice catch there :)

This is actually not part of the core Makeswift code, but a custom snippet we added to this blog post to tweak the navigation. It sets a class on scroll, which is why you saw so many errors in the console.

I just fixed it. Thanks for letting us know!