**Describe the bug** The HOC is not adding the static properties from the `WrappedComponent` **Expected behavior** Adding the non react statics A possible solution is use [hoist-non-react-statics](https://github.com/mridgway/hoist-non-react-statics) in [here](https://github.com/vtex/styleguide/blob/f939f0102952cba60bdc56b4f099aa069417dad7/react/components/ToastProvider/index.js#L77)