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 externals key is wrong, and so a lot of external dependencies were
being brought into the build output (e.g. vtk.js, react/jsx-runtime,
etc.)
This fixes the geometry representation mapper.modified() hack, which was
needed when testing the Algorithm component in `usage` because there
were two different globalMTime variables: one in the macros.js in
dist/node_modules/@kitware/vtk.js, and another one in the
usage/node_modules/... dir.
0 commit comments