React-ace: Search box

Created on 14 Jan 2016  路  3Comments  路  Source: securingsincity/react-ace

When i press ctrl + f to show search box, i get following error:

Uncaught TypeError: Cannot read property 'Search' of undefined

Have anyone manage to get search box to work?

Most helpful comment

Found solution.

ES6 solution:

import 'brace/ext/searchbox';

All 3 comments

Found solution.

ES6 solution:

import 'brace/ext/searchbox';

@dmavrin that works. thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

viridia picture viridia  路  4Comments

venil7 picture venil7  路  3Comments

SecMao picture SecMao  路  4Comments

huangjiatian picture huangjiatian  路  7Comments

avalkowsky picture avalkowsky  路  6Comments