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
The latest vis-timeline build throws an error upon trying to serve our Angular app.
ERROR in ./node_modules/vis-timeline/peer/esm/vis-timeline-graph2d.js 22077:17-31
"export 'isDataViewLike' was not found in 'vis-data/peer/esm/vis-data.js'
I see that there is an included import for isDataViewLike in the build:
The latest vis-timeline build throws an error upon trying to serve our Angular app.
I see that there is an included import for
isDataViewLike
in the build:howerver, if I reverse-navigate the import path, I end up on
entry-esnext.d.ts
and there is no exportedisDataViewLike
:We were able to fix this error by changing
"vis-timeline": "^7.3.6",
to"vis-timeline": "7.3.6"
but I thought I should still report this.The text was updated successfully, but these errors were encountered: