charlie-tango / hooks

Collection of React Hooks used by Charlie Tango
MIT License
76 stars 10 forks source link

Fix lazy load example #85

Closed johnrackles closed 4 years ago

johnrackles commented 4 years ago

Since Version 1.7.0. the hook returns undefined or false, so for the example to work you need to change the check from supportsLazyLoading === false to !supportsLazyLoading

thebuilder commented 4 years ago

Thanks for this - The alternative could be to check if the value is true.

thebuilder commented 4 years ago

:tada: This PR is included in version 1.0.0-beta.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

thebuilder commented 4 years ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: