autoproxy
autoproxy copied to clipboard
Support whitelisting properties to proxy?
:+1: for autoproxy. Having trouble using with https://github.com/jurassix/react-validation-mixin as lifecycle methods are being transferred to the HoC.
Wouldn't really be an autoproxy, but wondering if you've run into this / have any interest in supporting a whitelist?
Realizing I don't think its a matter of undesired methods being proxied, rather the this
context is from the HoC instead of the component. In which case -- in your example does Box#bounce
depend on its this
context (perhaps to reference this.props
)?