blinkcat

Results 6 comments of blinkcat
trafficstars

@qualwebs This is a bug indeed. if your code return `{ redirectTo: '/login' }`, `res.redirect`will be called before `res.send`. meanwhile, the html variable will be empty string, so we can...

Hi @JoviDeCroock , thanks for your quick reply. But, I'm still confused about your explanation. I don't think it's related to closures. 1. the same demo works as I expected...

the first parameter passed to the withReadme, should be your readme file, not your component. [doc](https://github.com/tuchk4/storybook-readme#use-as-decorator). @danielpcampagna

@MinJieLiu try this, it can reduce some running time. ```js setAutoFreeze(false); ```