Hi,
I was using Handsontable pro version and today I have updated to latest version 7.2.2
then onwards I get this error whenever the Handsontable gets initialized in our Vue.js component.
If I comment out the part where the Handsontable is imported then this issue don’t occur
Not sure why this happens
Is there anything that I miss?
TypeError: Cannot convert a Symbol value to a string at getCustomRefDetails (backend.js:464)
Since we’re still waiting for this, are there any potential work arounds? I was thinking maybe getting the element by id or something, but I’m not sure if that’s feasible or the best way. Makes it kinda hard to debug when I can’t access dev tools!