Beta 4 - Components not exporting all elements

Just getting started but there are a few odd behaviours and not all of my elements are exporting.

I’ve followed along from the documentation. I’ve made 3 buttons in my button component.

I started by creating one button and then duplicating them and making adjustments.

I’ve set each button to export however I saved the component while two of the buttons had the same name. After coming back to the component I edited the name of the duplicate so now I have 3 buttons all with different names set to export. The issue at the moment is the export is only exporting two of the buttons.

I’ve also tried changing the name of the original button, unchecking the export and rechecking it but I’m still only getting the two exports.

This is simple to duplicate as it is something I am able to repeat the issue. Once you have saved to exports with the same name it can’t be exported. The only way to export it is to duplicate it and change the name before saving.

Perhaps a check needs to be in place so we can’t save if two or more exports have the same name.