react-skeletor
react-skeletor copied to clipboard
Copy non-react specific statics to decorated component
Redux and other modules with a React API are using hoist-non-react-statics to copy non-react specific statics to the decorated component.
Do you mean static methods are not copied over when using createSkeletonProvider HOC? if so I didn't realise that and would be happy to merge any PR fixing this.