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
It does not seem to be possible to clone a page and simultaneously detach all instances. An error is shown in the log. Cloning works without any issues when the aforementioned setting is turned off.
Reproduction Steps:
Have a page with some component instances
Trigger PageClone and make sure "Detach instances" is enabled
Plugin window spins forever, error following is shown in the log:
at s (PLUGIN_13_SOURCE)
at <anonymous> (PLUGIN_13_SOURCE)
at forEach (native)
at <anonymous> (PLUGIN_13_SOURCE)
at forEach (native)
at <anonymous> (PLUGIN_13_SOURCE)
(anonymous) @ figma_app.bce3587c4bfd9cbd0b9b7144e399a3ab.min.js.br:39
callFunction @ figma_app.bce3587c4bfd9cbd0b9b7144e399a3ab.min.js.br:838
iframeMessageHandler @ figma_app.bce3587c4bfd9cbd0b9b7144e399a3ab.min.js.br:1509
windowMessageEventListener @ figma_app.bce3587c4bfd9cbd0b9b7144e399a3ab.min.js.br:1468
p @ figma_app.bce3587c4bfd9cbd0b9b7144e399a3ab.min.js.br:71
postMessage (async)
messageHandler @ plugin-sandbox:16
postMessage (async)
(anonymous) @ VM945:1
setTimeout (async)
document.getElementById.onclick @ VM945:1
Thanks for looking into it 👍
The text was updated successfully, but these errors were encountered:
Usually this is because of an unhandled frame or figma file structure. Would you mind sharing with me a sample of where this occurs for me to reproduce? Can share to [email protected] :) @marioaltvater
It does not seem to be possible to clone a page and simultaneously detach all instances. An error is shown in the log. Cloning works without any issues when the aforementioned setting is turned off.
Reproduction Steps:
Plugin window spins forever, error following is shown in the log:
Thanks for looking into it 👍
The text was updated successfully, but these errors were encountered: