-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DropDownMenu not worked! #1908
Comments
ensureDirection
on the same style object twice.(…)
I'm seeing this issue as well. |
Not WORK! |
Should we reopen this issue? |
yes, reopen! I`am trying and dropdown not work |
Clone this repo for view example |
up |
Hi @borm, Just add the following to your App.jsx: import injectTapEventPlugin from 'react-tap-event-plugin';
//Needed for onTouchTap
//Can go away when react 1.0 release
//Check this repo:
//https://github.com/zilverline/react-tap-event-plugin
injectTapEventPlugin(); This is already mentioned in the docs. :) |
Oh, thanks. |
If multiple DropDown
Error: You're calling
ensureDirection
on the same style object twice.(…)i changed this, remove
error hidden, but first DropDownMenu not worked
The text was updated successfully, but these errors were encountered: