Releases: FormidableLabs/react-ssr-prepass
Releases · FormidableLabs/react-ssr-prepass
v1.0.8
- Add TypeScript typings (see #21)
v1.0.7
- Fix syntax error in Flow definition, by @rtsao (See #16)
- Replace
microbundle
bundling with custom rollup config (See c7d18a3)
v1.0.6
- Fix bug where
memo
components wrapping forwardRef
components would error
This bug can occur with any special component wrapped by memo
, so the same applies for lazy
and other special components.
v1.0.3
- Fix issue where two event loop "yields" in a row would break
- Fix styled-components skipping to properly compute theme and props
- Fix visitor not being called for
forwardRef
or memo
elements
v1.0.3
This release contains a minor improvement to react-ssr-prepass
' performance. It'll now yield to the event loop during its synchronous visitor when it's taking longer than 5ms
. This prevents the event loop from being clogged up and the server becoming more unresponsive as a result.