plougsgaard / react-timeout

Component wrapper for setTimeout et al that cleans up after itself.
127 stars 17 forks source link

added hoist-non-react-statics #28

Closed sckoh closed 6 years ago

sckoh commented 6 years ago

added hoist-non-react-statics to copy static properties to return component

plougsgaard commented 6 years ago

I hadn't thought about there being an issue with this before. Thanks for bringing it up!

Will try to test it out a bit (never had a use case for it myself).