We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e68f7 commit bdc644fCopy full SHA for bdc644f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rc-menu",
3
- "version": "7.4.25",
+ "version": "7.4.26",
4
"description": "menu ui component for react",
5
"keywords": [
6
"react",
src/util.js
@@ -1,5 +1,5 @@
import React from 'react';
-const isMobile = require('ismobilejs/dist/dist/isMobile.min');
+const isMobile = require('ismobilejs/dist/isMobile.min');
export function noop() {
}
0 commit comments