Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

useDataLoadedError hook

Compare
Choose a tag to compare
@javierbrea javierbrea released this 09 Nov 11:15
· 149 commits to master since this release
2695426

Added

  • feat(hocs): Add withDataLoadedError, withDataLoadingError, withDataLoadingErrorComponents, withDataLoadedErrorComponents
  • feat(hooks): Add useDataLoadedError, useDataLoadingError
  • chore(ci-cd): Check package version on PRs to master
  • chore(release): Publish releases to github packages repository

Changed

  • feat(hocs): Deprecate withDataProvider in favour of withDataLoadingError
  • feat(hocs): Deprecate withDataProviderBranch in favour of withDataLoadingErrorComponents
  • feat(hooks): Deprecate useDataProvider in favour of useDataLoadingError

Fixed

  • fix(#101): Add hoist-non-react-statics to HOCs