Skip to content

2.0.18.1

Choose a tag to compare

@VassilIordanov VassilIordanov released this 03 May 21:26
0f26ee2

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

Call loadData after state has been changed (#571)