You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
moved "uid" generation from componentDidMount to the constructor, otherwise if enableOnClickOutside got called before componentDidMount (i.e. in WrappedComponent's componentDidMount) the handler got registered under undefined "uid"
publishing both commonjs and es module format from now on, this allows module-aware bundlers like i.e. rollup and webpack2+ to load this module in a better way