GoogleChromeLabs / react-adaptive-hooks

Deliver experiences best suited to a user's device and network constraints
Apache License 2.0
5.11k stars 114 forks source link

Fix index re-exports #29

Closed stramel closed 4 years ago

stramel commented 4 years ago

@addyosmani Since #21 is in the chiller, I pulled this other fix out into a separate PR.

Currently, the individual hooks don't actually use the default export so the /index.js doesn't work when trying to re-export.

addyosmani commented 4 years ago

Thanks, @stramel!