-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getCustomRefDetails cannot convert Symbol value to a string #1947
Comments
Please provide a runnable reproduction, thanks. |
Not sure what the best way to provide a repro is, but here's a small app that demonstrates the bug. |
Hi @MikesAtMIT , I had the same issue and while debugging on devtools I noticed the className attribute was being treated as a Symbol. It's a hack but adding Your component would be like this:
|
@omgwhatuser Wow that is super bizarre. You don't even have to provide a value, you can just do |
@omgwhatuser Your help was very much appreciated |
it work! |
Version
6.2.1
Browser and OS info
Chrome 105.0.5195.125 / macOS 10.15.7
Steps to reproduce
MyComponent
ref
to theHotTable
component so that the handsontable instance can be accessedMyComponent
What is expected?
I expect to be able to inspect
MyComponent
What is actually happening?
Nothing loads for
MyComponent
in Vue Devtools, and this error appears in the console. TheHotTable
component itself can be inspected.There are methods in handsontable to manipulate the table that require accessing the handsontable instance, which their docs say to use a
ref
: https://handsontable.com/docs/vue-hot-reference/This issue has been brought up before as a problem in the main Vue repo, and I think it was resolved by 2.6.14. I am now noticing it's an issue in devtools (or maybe it always has been).
https://forum.handsontable.com/t/vue-typeerror-cannot-convert-a-symbol-value-to-a-string/3768
vuejs/vue#10529
The text was updated successfully, but these errors were encountered: