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