I am currently developing an powerup where I am setting some default values in the plugin data. After I set the data, I got error in the UI and console where as "can't access property filter e is undefined". Is it related to my power-up or something else. Please refer the below attachment.
Hi and Welcome,
the errror indicates Can't access property filter e is undefined , ,that you access e withou t inirzaltion , so the filter ist not avaibalke on e. I think you will call something like e.filter() . Here lies the cause. Without some code its is hard to help you.
BR
Kai
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.