vue3-treeselect
vue3-treeselect copied to clipboard
It works but I get a warning [Vue warn]: Property "$createElement" was accessed during render but is not defined on instance.
[Vue warn]: Property "$createElement" was accessed during render but is not defined on instance.
it seems to be working good I was just wondering if there is a way to fix that warning?
Thanks in advance.
I'm same error!
Same error. I think it's related to the use of JSX. Could you fix it @jimmybsilva @gautam-patadiya @megafetis ?
@bosquig no buddy I didn't
I have also encountered the same problem, whether there is a solution?
I'm same error!
Is there a fix for this?
[Vue warn] too much! I hava 5961 messages in console. Is there any replace version or other js ui?
To remove this error until it is fixed, find the vue3-treeselect.common.js file in your node_modules folder and then comment out all lines that have "var h = this.$createElement;". There should be 27 of them as of this post.
To remove this error until it is fixed, find the vue3-treeselect.common.js file in your node_modules folder and then comment out all lines that have "var h = this.$createElement;". There should be 27 of them as of this post.
Commented all of them on the code but the issue still shows up.
To be honest it's been quite a while and the problem still exists. This is probably the best multiselect and only one with nested options I've ever used however its quite buggy. I really hope you give this some time so this would be fixed.
HI! some news about this? It seems e blocking bugs...
Same issue guys.. hope they will fix it because it's a great library!
Anyway, I have temporarely disabled warnings with this code on main.js (using Vue3)
const app = createApp(App) app.config.errorHandler = () => null; app.config.warnHandler = () => null;
Same issue guys.. hope they will fix it because it's a great library!
Anyway, I have temporarely disabled warnings with this code on main.js (using Vue3)
const app = createApp(App) app.config.errorHandler = () => null; app.config.warnHandler = () => null;
I dont think this is safe.
Same issue guys.. hope they will fix it because it's a great library! Anyway, I have temporarely disabled warnings with this code on main.js (using Vue3) const app = createApp(App) app.config.errorHandler = () => null; app.config.warnHandler = () => null;
I dont think this is safe.
Infact is not.. I think I'm going to switch to another tree library, because is not possible to go in production with these warnings..