Posted 11 January 2019, 5:45 pm EST
I am using react in my code a I have imported CollectionView. When I try and use it in the selectedIndexChanged event handler of my combobox I get an error that it is undefined.
import { CollectionView } from 'wijmo/wijmo';
entityChanged = (s) => {
this.myCombo.itemsSource = new CollectionView(data);
}
