Hi !
We recently ran into a problem updating our grid version from 18.2.55 to 19.1.58. I tried updating to the latest version and the problem is still present. The refreshColumns() function, when used with the [visible] property on columns is making the application crash. Everything was working fine with the previous version. Here's the error :

Here's the columns that cause the problem. When removing those columns the refreshColumns() is working as intended.

On a button click, I'm updating the importAdresseType variable, then do an API call. On the API call return I call the refreshColumns() function, making the app crash.
I found someone with a similar bug here : https://www.syncfusion.com/forums/164250/gridcomponent-cannot-convert-undefined-or-null-to-object-at-function-keys
Thanks !
Martin Teasdale-Blais