This repository has been archived by the owner on May 27, 2022. It is now read-only.
useDataLoadedError hook
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