-
Notifications
You must be signed in to change notification settings - Fork 94
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
Very slow performance while calling setModel on Firefox compare to Chrome #106
Comments
@amsik Any update on a fix for this or any workaround as this is really affecting me? |
@amsik any update on this? |
@amsik This issue is really affecting me. Do you have any plan to look into this and fix it? |
Hi. I will check it on weekends. |
@amsik Any update on this? did you get a chance to look into this? |
Hi. It is VueJS specific issue. It adds Observable objects to each property. But my fix might help. Please check a new version. |
@amsik thanks will test and update you on the fix. |
Thanks for the wonderful component! 🥇
But there is very slow performance while calling setModel (since data prop is not reactive) on Firefox compare to Chrome with the same number of items in the tree.
To reproduce run below code sandbox in chrome and firefox and see the time it reports to call setModel on tree:
https://codesandbox.io/embed/n5xp7999yj
The text was updated successfully, but these errors were encountered: