From 0c88ec2f388355937d11f3c817c19981f7c305a9 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 11 May 2017 16:50:22 +0800 Subject: [PATCH] Fix warning path --- components/dropdown/dropdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dropdown/dropdown.tsx b/components/dropdown/dropdown.tsx index 40e2d7b137..277bc1a19b 100644 --- a/components/dropdown/dropdown.tsx +++ b/components/dropdown/dropdown.tsx @@ -1,7 +1,7 @@ import React, { cloneElement } from 'react'; import RcDropdown from 'rc-dropdown'; import classNames from 'classnames'; -import warning from 'warning/warning'; +import warning from '../_util/warning'; export interface DropDownProps { trigger?: ('click' | 'hover')[];