diff --git a/.changeset/2624.md b/.changeset/2624.md new file mode 100644 index 0000000000..4b964a2abf --- /dev/null +++ b/.changeset/2624.md @@ -0,0 +1,14 @@ +--- +'@changeset/plugin-scaffold': patch +--- +Make title meaningful after component creation + +Fixes #2458. + +After the change, the UX should look like this: + +### If the component creation was successful: +![successfully-created-component](https://user-images.githubusercontent.com/33940798/94339294-8bd1e000-0016-11eb-885b-7936fcc23b63.gif) + +### If the component creation failed: +![failed-to-create-component](https://user-images.githubusercontent.com/33940798/94339296-90969400-0016-11eb-9a74-ce16b3dd8d88.gif)