react-dd-menu-portal
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -110,2 +110,4 @@ 'use strict'; | ||
} | ||
}, _this._registerWrapperRef = function (ref) { | ||
return _this._wrapperRef = ref; | ||
}, _this._registerPortalRef = function (ref) { | ||
@@ -112,0 +114,0 @@ return _this._portalRef = ref; |
{ | ||
"name": "react-dd-menu-portal", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A fork of react-dd-menu built with React portals to hoist dropdown menus in the DOM.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -160,2 +160,3 @@ import React, { PureComponent } from 'react'; | ||
_registerWrapperRef = (ref) => this._wrapperRef = ref | ||
_registerPortalRef = (ref) => this._portalRef = ref | ||
@@ -162,0 +163,0 @@ _setDropdownWidth = (width) => this.setState({dropdownWidth: width}) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
198375
1436