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 410ec69 commit c0e68f7Copy full SHA for c0e68f7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rc-menu",
3
- "version": "7.4.24",
+ "version": "7.4.25",
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');
+const isMobile = require('ismobilejs/dist/dist/isMobile.min');
export function noop() {
}
0 commit comments