2.8.0
Fixes
Preact 5.2+ started passing Object style props through to the DOM better rendering performance, but that broke
renderToString(). This fixes it!
Features
- #6 - Invoke
componentWillMount()for stateful components just beforerender(). Thanks @mikestead!