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
As mentioned in issue #1387 the @babel/plugin-proposal-private-methods is deprecated. In the issue however, it is solved by adding it, which was a different issue entirely (namely that it wasn't added and gave typescript issues).
Similarly vis gives an error about using visjs as well: [email protected]: Please consider using https://github.com/visjs. Is there any chance of that migration too? It doesn't look like its a massively different module, though it is handled a bit differently.
The text was updated successfully, but these errors were encountered:
As mentioned in issue #1387 the
@babel/plugin-proposal-private-methods
is deprecated. In the issue however, it is solved by adding it, which was a different issue entirely (namely that it wasn't added and gave typescript issues).So can it be replaced by the finalized package or is there something holding back the migration?
https://babeljs.io/docs/babel-plugin-transform-private-methods
Similarly vis gives an error about using visjs as well:
[email protected]: Please consider using https://github.com/visjs
. Is there any chance of that migration too? It doesn't look like its a massively different module, though it is handled a bit differently.The text was updated successfully, but these errors were encountered: