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 9eb68f5 commit 353039bCopy full SHA for 353039b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rc-menu",
3
- "version": "7.4.27",
+ "version": "7.4.28",
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/isMobile.min');
+const isMobile = require('ismobilejs');
export function noop() {
}
0 commit comments