I deleted everything that was and created a table from the template. But as soon as I add an ref attribute, I immediately get this error and cant open it in devtools…
It’s probably caused by a problem with Vue - it seems to have problems with props being defined as Symbol. I made a PR to their repo, which explains the problem in a little more detail: https://github.com/vuejs/vue/pull/10729
They’ve closed the PR as there’s already one fix for this case approved here https://github.com/vuejs/vue/pull/10529
I guess that now we just need to wait for merge and publish from the Vue team.