Skip to content

Commit 353039b

Browse files
committed
fix ismobilejs ssr bug, bump 7.4.28
1 parent 9eb68f5 commit 353039b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-menu",
3-
"version": "7.4.27",
3+
"version": "7.4.28",
44
"description": "menu ui component for react",
55
"keywords": [
66
"react",

src/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
const isMobile = require('ismobilejs/dist/isMobile.min');
2+
const isMobile = require('ismobilejs');
33

44
export function noop() {
55
}

0 commit comments

Comments
 (0)