I know components are still marked as 'experimental feature', but thought I should report this issue in case it's not known.
I attempted copying a bunch of controls from one app to another, but then the editor crashed with an error message and the session was aborted. Diving into it further, I noticed the cause of this was the custom component in my copied selection.
What I did (stripped down version):
- Create a canvas app and enable Components feature
- Import components from another app (let's call that the source app)
- Copy some controls from the source app, including a specific component control
- Paste into the new app
Then it gave me the error.
Now when I tried to reproduce this it seems as though it doesn't ALWAYS go wrong, but I'm not exactly sure what the cause is.
I've attached two short video captures in a zip file that show the error.
In the first video, you can see me copy/pasting a component in an otherwise empty app. First, this succeeds, but after I delete the control and paste it again, the error occurs.
In the second video, I first import the components from a source app, then attempt to paste a component control into the app and it immediately crashes.