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
After calling the studio-graph-editor package packaged with vite, the canvas cannot be dragged and the newly added nodes are not visible. However, when exporting the image, the added nodes are on the image. There is no problem using the component index.tsx directly without vite packaging
Issue : can not move canvas after build by vite
After calling the
studio-graph-editor
package packaged withvite
, the canvas cannot be dragged and the newly added nodes are not visible. However, when exporting the image, the added nodes are on the image. There is no problem using the componentindex.tsx
directly withoutvite
packagingvite config
package.json
after changing module and main to
./src/index.tsx
, no problem and normal operation.The text was updated successfully, but these errors were encountered: