Steve Baxter

Results 2 issues of Steve Baxter

The output HTML uses absolute paths, for instance if the snowboard command line is: ``` snowboard html --output dist/help myapi.apib ``` The output is: ``` ``` The problem is that...

**What is the current behavior?** `useScrolling` can leave a timer running on unmount because it doesn't clean up correctly. I think we need to update the code to something like:...