Skip to content

Version 6.0.1

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 14 Jan 09:29
· 352 commits to master since this release

Patch

  • Updated dev dependencies.
  • Removed the watch dev dependency and watch package script.
  • preload now properly catches render errors nested under Query components.
  • preload now supports class components that don’t call their base constructor with props, fixing #17.
  • Fixed a prop type warning in one of the tests.
  • Fixed example code typos in the readme “Usage” section.
  • Fixed incorrect graphQLErrors JSDoc type.