You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A year ago I successfully used jsTree for a project, but now that I try to do it again, I always run into an "Uncaught ReferenceError: _typeof is not defined" at the end. jsTree seems to generate a blob, so I cannot look into it what's happening, I just see this error where I would expect jsTree to load new data provided via ajax call... Any thoughts on this?
EDIT: Even tried different solutions to pull data in dynamically, like wrapping jstree in an axios promise, or an angular promise, or using the built-in jquery ajax call, but everytime when I expect valid data to come back all that i receive is this reference error...
The text was updated successfully, but these errors were encountered:
It is a known issue with some transpilers and possibly webpack. But as the code is completely valid there is nothing I can do except wait for the issue to be fixed from the transpiler / webpack side. In the mean time set core.worker to false in your jstree config and there will be no error.
A year ago I successfully used jsTree for a project, but now that I try to do it again, I always run into an "Uncaught ReferenceError: _typeof is not defined" at the end. jsTree seems to generate a blob, so I cannot look into it what's happening, I just see this error where I would expect jsTree to load new data provided via ajax call... Any thoughts on this?
EDIT: Even tried different solutions to pull data in dynamically, like wrapping jstree in an axios promise, or an angular promise, or using the built-in jquery ajax call, but everytime when I expect valid data to come back all that i receive is this reference error...
The text was updated successfully, but these errors were encountered: