JomMarn

Results 2 comments of JomMarn

I got this error too. My workaround is to call result[0].highlight() before mapping it into a new object, like this: ```javascript const formatted_result = results.map((result={}) => { let result0 =...

Hey @rglover, I just updated to version 3.0.1, which was released two weeks ago, and it is working fine now. There's no need to call result.highlight() before mapping to new...