react-aria-menubutton
Advanced tools
Comparing version 5.0.1 to 5.0.2
# Changelog | ||
## 5.0.2 | ||
- Satisfy React deprecation warnings. | ||
## 5.0.1 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "react-aria-menubutton", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "A fully accessible and flexible React-powered menu button", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -21,3 +21,3 @@ const React = require('react'); | ||
render() { | ||
return React.DOM.div(null, this.props.children); | ||
return React.createElement('div', null, this.props.children); | ||
} | ||
@@ -24,0 +24,0 @@ } |
Sorry, the diff of this file is not supported yet
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
170801