Debounce autosuggestions requests
Showing
- .babelrc 4 additions, 1 deletion.babelrc
- app/assets/javascripts/components/features/compose/components/search.jsx 2 additions, 0 deletions...scripts/components/features/compose/components/search.jsx
- app/assets/javascripts/components/features/ui/components/compose_form.jsx 2 additions, 0 deletions...cripts/components/features/ui/components/compose_form.jsx
- package.json 2 additions, 0 deletionspackage.json
- yarn.lock 30 additions, 1 deletionyarn.lock
... | ... | @@ -41,8 +41,10 @@ |
"sinon": "^1.17.6" | ||
}, | ||
"dependencies": { | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
"emojione": "^2.2.6", | ||
"react-autosuggest": "^7.0.1", | ||
"react-decoration": "^1.4.0", | ||
"react-motion": "^0.4.5", | ||
"react-responsive": "^1.1.5", | ||
"react-router-scroll": "^0.3.2" | ||
... | ... |
Please register or sign in to comment