2.0.18.1
Bug fixes:
#574: Fix autosuggest disappearing on autosave of report (#576)
Upgrade to the latest release of react-autosuggest (instead of the ie11 fork).
Fixes #574
#573: Avoid DataCloneError under IE11 (#575)
Function name is not available under (webpacked version for) IE11, so if it's a function, just call it.
Fixes #573