Skip to content

v1.5.5

Compare
Choose a tag to compare
@jaredpalmer jaredpalmer released this 17 May 21:24

Patch

  • Updated to latest version of hoist-non-react-statics
  • Removed internal (and effectively redundant typedefs for @types/hoist-non-react-statics) which caused pain and sadness for TS users. We were not really using the type defs anyways since we were casting the output to React.SFC. This was causing the type declarations to have dynamic type imports and even some triple slash directives. 😭😭😭

Luckily, this is fixed now.

Commits

v1.5.4...v1.5.5