-
Notifications
You must be signed in to change notification settings - Fork 132
It works but I get a warning [Vue warn]: Property "$createElement" was accessed during render but is not defined on instance. #2
Comments
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. |
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 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) |
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.. |
[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.
The text was updated successfully, but these errors were encountered: